30 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, sa.quantity, p.condition, p.weight, p.price, sa.id_product_attribute, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product and pa.default_on=1) 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_group = 1 AND sa.id_shop = 0 ) 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) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (137, 131))) AND p.visibility IN ('both', 'catalog') AND c.nleft>=3 AND c.nright<=4 AND ps.id_shop='1' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=2)) AND ((fp_1.id_feature_value IN (137, 131))) GROUP BY pac.id_attribute |
14.833
ms
|
6612 |
Yes
|
|
/modules/stfacetedsearch/src/Adapter/MySQL.php:108
/modules/stfacetedsearch/src/Adapter/MySQL.php:755 (execute)
/modules/stfacetedsearch/src/Filters/Block.php:797 (valueCount)
/modules/stfacetedsearch/src/Filters/Block.php:169 (getAttributesBlock)
/modules/stfacetedsearch/src/Product/SearchProvider.php:259 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
28 |
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_min) as max FROM ps_product p INNER JOIN ps_st_search_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 236) 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) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((fp.id_feature_value IN (137, 131))) AND ((pac_1.id_attribute IN (6, 8, 15, 17, 16, 9, 11))) AND p.visibility IN ('both', 'catalog') AND c.nleft>=3 AND c.nright<=4 AND ps.id_shop='1' |
14.659
ms
|
116 |
|
|
/modules/stfacetedsearch/src/Adapter/MySQL.php:108
/modules/stfacetedsearch/src/Adapter/MySQL.php:80 (execute)
/modules/stfacetedsearch/src/Filters/Block.php:309 (getMinMaxPriceValue)
/modules/stfacetedsearch/src/Filters/Block.php:153 (getPriceRangeBlock)
/modules/stfacetedsearch/src/Product/SearchProvider.php:259 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
26 |
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, sa.quantity, p.condition, p.weight, p.price, sa.id_product_attribute, p.date_upd 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_group = 1 AND sa.id_shop = 0 ) 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) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE ((pac.id_attribute IN (6, 8, 15, 17, 16, 9, 11))) AND p.visibility IN ('both', 'catalog') AND c.nleft>=3 AND c.nright<=4 AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((fp.id_feature=1)) AND ((pac_1.id_attribute IN (6, 8, 15, 17, 16, 9, 11))) GROUP BY fp.id_feature_value |
12.763
ms
|
26448 |
Yes
|
|
/modules/stfacetedsearch/src/Adapter/MySQL.php:108
/modules/stfacetedsearch/src/Adapter/MySQL.php:755 (execute)
/modules/stfacetedsearch/src/Filters/Block.php:934 (valueCount)
/modules/stfacetedsearch/src/Filters/Block.php:173 (getFeaturesBlock)
/modules/stfacetedsearch/src/Product/SearchProvider.php:259 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
29 |
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, sa.quantity, p.condition, p.weight, p.price, sa.id_product_attribute, p.date_upd 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_group = 1 AND sa.id_shop = 0 ) 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) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((fp.id_feature_value IN (137, 131))) AND ((pac_1.id_attribute IN (6, 8, 15, 17, 16, 9, 11))) AND p.visibility IN ('both', 'catalog') AND c.nleft>=3 AND c.nright<=4 AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((fp.id_feature=3)) AND ((fp_1.id_feature_value IN (137, 131))) AND ((pac_2.id_attribute IN (6, 8, 15, 17, 16, 9, 11))) GROUP BY fp.id_feature_value |
12.184
ms
|
26448 |
Yes
|
|
/modules/stfacetedsearch/src/Adapter/MySQL.php:108
/modules/stfacetedsearch/src/Adapter/MySQL.php:755 (execute)
/modules/stfacetedsearch/src/Filters/Block.php:934 (valueCount)
/modules/stfacetedsearch/src/Filters/Block.php:173 (getFeaturesBlock)
/modules/stfacetedsearch/src/Product/SearchProvider.php:259 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
24 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, sa.quantity, p.condition, p.weight, p.price, sa.id_product_attribute, p.date_upd 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_group = 1 AND sa.id_shop = 0 ) 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) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((fp.id_feature_value IN (137, 131))) AND ((pac_1.id_attribute IN (6, 8, 15, 17, 16, 9, 11))) AND p.visibility IN ('both', 'catalog') AND c.nleft>=3 AND c.nright<=4 AND ps.id_shop='1' GROUP BY p.id_product) p LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((fp.id_feature_value IN (137, 131))) AND ((pac_1.id_attribute IN (6, 8, 15, 17, 16, 9, 11))) |
12.108
ms
|
26448 |
|
|
/modules/stfacetedsearch/src/Adapter/MySQL.php:108
/modules/stfacetedsearch/src/Adapter/MySQL.php:755 (execute)
/modules/stfacetedsearch/src/Adapter/MySQL.php:728 (valueCount)
/modules/stfacetedsearch/src/Filters/Products.php:107 (count)
/modules/stfacetedsearch/src/Product/SearchProvider.php:207 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
27 |
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, sa.quantity, p.condition, p.weight, p.price, sa.id_product_attribute, p.date_upd 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_group = 1 AND sa.id_shop = 0 ) 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) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((fp.id_feature_value IN (137, 131))) AND ((pac_1.id_attribute IN (6, 8, 15, 17, 16, 9, 11))) AND p.visibility IN ('both', 'catalog') AND c.nleft>=3 AND c.nright<=4 AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((fp.id_feature=2)) AND ((fp_1.id_feature_value IN (137, 131))) AND ((pac_2.id_attribute IN (6, 8, 15, 17, 16, 9, 11))) GROUP BY fp.id_feature_value |
11.901
ms
|
26448 |
Yes
|
|
/modules/stfacetedsearch/src/Adapter/MySQL.php:108
/modules/stfacetedsearch/src/Adapter/MySQL.php:755 (execute)
/modules/stfacetedsearch/src/Filters/Block.php:934 (valueCount)
/modules/stfacetedsearch/src/Filters/Block.php:173 (getFeaturesBlock)
/modules/stfacetedsearch/src/Product/SearchProvider.php:259 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
23 |
SELECT SQL_NO_CACHE p.id_product, p.id_product_attribute FROM (SELECT p.id_product, p.id_manufacturer, sa.quantity, p.condition, p.weight, p.price, sa.id_product_attribute, p.date_upd 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_group = 1 AND sa.id_shop = 0 ) 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) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((fp.id_feature_value IN (137, 131))) AND ((pac_1.id_attribute IN (6, 8, 15, 17, 16, 9, 11))) AND p.visibility IN ('both', 'catalog') AND c.nleft>=3 AND c.nright<=4 AND ps.id_shop='1' GROUP BY p.id_product) p GROUP BY p.id_product ORDER BY p.date_upd DESC, p.id_product LIMIT 105, 21 |
10.686
ms
|
13224 |
Yes
|
Yes
|
/modules/stfacetedsearch/src/Adapter/MySQL.php:108
/modules/stfacetedsearch/src/Filters/Products.php:103 (execute)
/modules/stfacetedsearch/src/Product/SearchProvider.php:207 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
31 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-10-01 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 = 2
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_product_attribute = 0
AND sa.id_shop_group = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (3490,4356,1712,3651,3652,3666,3679,3680,3688,3689,3999,4012,4013,4014,4015,4016,4017,4018,4019,4020,4482) |
5.169
ms
|
21 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
309 |
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (3490,4356,1712,3651,3652,3666,3679,3680,3688,3689,3999,4012,4013,4014,4015,4016,4017,4018,4019,4020,4482) AND cl.`id_lang` = 2
ORDER BY c.`level_depth` DESC |
0.955
ms
|
47 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:68 (loadCategories)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:633 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
33 |
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 |
0.759
ms
|
0 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/override/classes/Product.php:292 (getManager)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
308 |
INSERT INTO `ps_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('3823643', '', 'armtoys.bg/95-%D0%B2%D1%81%D0%B8%D1%87%D0%BA%D0%B8?page=6&q=%D0%94%D0%BE%D1%81%D1%82%D0%B0%D0%B2%D0%B5%D0%BD%D0%BE-%D0%AE%D0%BD%D0%B8+2025-%D0%9D%D0%BE%D0%B5%D0%BC%D0%B2%D1%80%D0%B8+2024%2F%D0%A6%D0%B2%D1%8F%D1%82-%D0%96%D1%8A%D0%BB%D1%82-%D0%97%D0%B5%D0%', '', '2025-10-01 20:37:15') |
0.734
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/ConnectionsSource.php:105 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:633 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
252 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3652) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.674
ms
|
20 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
54 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3651
AND pac.`id_product_attribute` = 3612
AND agl.`id_lang` = 2 |
0.541
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
272 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3689) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.540
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
78 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3688 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3688 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.488
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
279 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4012
AND pac.`id_product_attribute` = 4043
AND agl.`id_lang` = 2 |
0.485
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
284 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4013
AND pac.`id_product_attribute` = 4033
AND agl.`id_lang` = 2 |
0.481
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
259 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3679) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.475
ms
|
24 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
325 |
UPDATE `ps_ets_tc_session` SET `id_ets_tc_session` = '3088',`source` = '',`url_source` = '',`utm_source` = '',`utm_medium` = '',`browser` = 'Something',`id_first_page` = '27',`id_first_object` = '95',`first_url` = '/95-%D0%B2%D1%81%D0%B8%D1%87%D0%BA%D0%B8?page=6&q=%D0%94%D0%BE%D1%81%D1%82%D0%B0%D0%B2%D0%B5%D0%BD%D0%BE-%D0%AE%D0%BD%D0%B8+2025-%D0%9D%D0%BE%D0%B5%D0%BC%D0%B2%D1%80%D0%B8+2024%2F%D0%A6%D0%B2%D1%8F%D1',`id_customer` = '0',`id_shop` = '1',`create_account` = '0',`add_cart` = '0',`create_order` = '0',`id_guest` = '7217517',`duration` = '0',`id_exit_page` = '27',`id_exit_object` = '95',`exit_url` = '/95-%D0%B2%D1%81%D0%B8%D1%87%D0%BA%D0%B8?page=6&q=%D0%94%D0%BE%D1%81%D1%82%D0%B0%D0%B2%D0%B5%D0%BD%D0%BE-%D0%AE%D0%BD%D0%B8+2025-%D0%9D%D0%BE%D0%B5%D0%BC%D0%B2%D1%80%D0%B8+2024%2F%D0%A6%D0%B2%D1%8F%D1%82-%D0%96%D1%8A%D0%BB%D1%82-%D0%97%D0%B5%D0%BB%D0%B5%D0%BD-%D0%9A%D0%B0%D1%84%D1%8F%D0%B2-%D0%9E%D1%80%D0%B0%D0%BD%D0%B6%D0%B5%D0%B2-%D0%9F%D1%80%D0%BE%D0%B8%D0%B7%D0%B2%D0%BE%D0%BB%D0%B5%D0%BD%259A%D0%BC%D0%B8%D0%BA%D1%81-%D0%A0%D0%BE%D0%B7%D0%BE%D0%B2-%D0%A7%D0%B5%D1%80%D0%B2%D0%B5%D0%BD',`date_exit` = '2025-10-01 20:37:15',`total_page_visit` = '1',`last_action` = 'visit_page',`first_page` = 'category - ВСИЧКИ',`exit_page` = 'category - ВСИЧКИ',`date_add` = '2025-10-01 20:37:15' WHERE `id_ets_tc_session` = 3088 |
0.473
ms
|
1 |
|
|
/classes/ObjectModel.php:805
/modules/ets_trackingcustomer/classes/ets_tc_session.php:397 (update)
/modules/ets_trackingcustomer/ets_trackingcustomer.php:579 (addAction)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:633 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
299 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4482
AND pac.`id_product_attribute` = 4735
AND agl.`id_lang` = 2 |
0.470
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
247 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3651) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.466
ms
|
20 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
322 |
INSERT INTO `ps_ets_tc_session` (`source`, `url_source`, `utm_source`, `utm_medium`, `browser`, `id_first_page`, `id_first_object`, `first_url`, `id_customer`, `id_shop`, `create_account`, `add_cart`, `create_order`, `id_guest`, `duration`, `id_exit_page`, `id_exit_object`, `exit_url`, `date_exit`, `total_page_visit`, `last_action`, `first_page`, `exit_page`, `date_add`) VALUES ('', '', '', '', 'Something', '27', '95', '/95-%D0%B2%D1%81%D0%B8%D1%87%D0%BA%D0%B8?page=6&q=%D0%94%D0%BE%D1%81%D1%82%D0%B0%D0%B2%D0%B5%D0%BD%D0%BE-%D0%AE%D0%BD%D0%B8+2025-%D0%9D%D0%BE%D0%B5%D0%BC%D0%B2%D1%80%D0%B8+2024%2F%D0%A6%D0%B2%D1%8F%D1%82-%D0%96%D1%8A%D0%BB%D1%82-%D0%97%D0%B5%D0%BB%D0%B5%D0%BD-%D0%9A%D0%B0%D1%84%D1%8F%D0%B2-%D0%9E%D1%80%D0%B0%D0%BD%D0%B6%D0%B5%D0%B2-%D0%9F%D1%80%D0%BE%D0%B8%D0%B7%D0%B2%D0%BE%D0%BB%D0%B5%D0%BD%259A%D0%BC%D0%B8%D0%BA%D1%81-%D0%A0%D0%BE%D0%B7%D0%BE%D0%B2-%D0%A7%D0%B5%D1%80%D0%B2%D0%B5%D0%BD', '0', '1', '0', '0', '0', '7217517', '0', '0', '0', '', '', '', '', 'category - ВСИЧКИ', '', '2025-10-01 20:37:15') |
0.464
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/modules/ets_trackingcustomer/classes/ets_tc_session.php:246 (add)
/modules/ets_trackingcustomer/ets_trackingcustomer.php:578 (setSession)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:633 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
248 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3651
AND pac.`id_product_attribute` = 3614
AND agl.`id_lang` = 2 |
0.461
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
305 |
INSERT INTO `ps_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0') |
0.432
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/ObjectModel.php:576 (add)
/classes/Guest.php:251 (save)
/modules/statsdata/statsdata.php:82 (setNewGuest)
/modules/statsdata/statsdata.php:73 (getScriptPlugins)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:633 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
270 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3688
AND pac.`id_product_attribute` = 3606
AND agl.`id_lang` = 2 |
0.432
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
56 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3652 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3652 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.418
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
158 |
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
FROM `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` = 4482) |
0.418
ms
|
5 |
|
|
/override/classes/Product.php:250
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
243 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1712
AND pac.`id_product_attribute` = 2514
AND agl.`id_lang` = 2 |
0.413
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
277 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4012) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.413
ms
|
20 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
319 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 2
)
WHERE pac.`id_product_attribute` = 4049
ORDER BY ag.`position` ASC, a.`position` ASC |
0.411
ms
|
1 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:633 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
169 |
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_wishlist_product` whp
LEFT JOIN `ps_st_wishlist` wh ON (wh.`id_st_wishlist`=whp.`id_st_wishlist`)
WHERE whp.`id_product` = 4013 AND wh.`id_customer`=0 AND wh.`id_shop`= 1 LIMIT 1 |
0.410
ms
|
2749 |
|
|
/modules/stwishlist/classes/StWishListClass.php:369
/modules/stwishlist/stwishlist.php:1255 (countProCustomer)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
295 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4019
AND pac.`id_product_attribute` = 4063
AND agl.`id_lang` = 2 |
0.408
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
96 |
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` = 4040) LIMIT 1 |
0.404
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
89 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3999
AND pac.`id_product_attribute` = 4026
AND agl.`id_lang` = 2 |
0.401
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
92 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4012 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4012 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.395
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
81 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3688
AND pac.`id_product_attribute` = 3604
AND agl.`id_lang` = 2 |
0.392
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
38 |
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` = 4510 LIMIT 1 |
0.385
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
175 |
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_wishlist_product` whp
LEFT JOIN `ps_st_wishlist` wh ON (wh.`id_st_wishlist`=whp.`id_st_wishlist`)
WHERE whp.`id_product` = 4482 AND wh.`id_customer`=0 AND wh.`id_shop`= 1 LIMIT 1 |
0.385
ms
|
2749 |
|
|
/modules/stwishlist/classes/StWishListClass.php:369
/modules/stwishlist/stwishlist.php:1255 (countProCustomer)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
249 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3651
AND pac.`id_product_attribute` = 3615
AND agl.`id_lang` = 2 |
0.384
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
86 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3999 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3999 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.381
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
174 |
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` = 2)
WHERE i.`id_product` = 4482
ORDER BY `position` |
0.381
ms
|
1 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:5431
/modules/stthemeeditor/stthemeeditor.php:5401 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
62 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3666
AND pac.`id_product_attribute` = 3622
AND agl.`id_lang` = 2 |
0.377
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
268 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3688) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.370
ms
|
20 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
294 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4019
AND pac.`id_product_attribute` = 4062
AND agl.`id_lang` = 2 |
0.370
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
246 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1712
AND pac.`id_product_attribute` = 2511
AND agl.`id_lang` = 2 |
0.370
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
288 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4017) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.368
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
157 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) + IF (`id_country` = 236, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 236) AND
`id_group` IN (0, 3) AND `id_product` = 4482 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-10-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.367
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:576
/override/classes/Product.php:222 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
32 |
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` = 3387 LIMIT 1 |
0.366
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
242 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1712) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.366
ms
|
24 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
254 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3652
AND pac.`id_product_attribute` = 3576
AND agl.`id_lang` = 2 |
0.365
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
281 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4012
AND pac.`id_product_attribute` = 4041
AND agl.`id_lang` = 2 |
0.363
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
75 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3680
AND pac.`id_product_attribute` = 3585
AND agl.`id_lang` = 2 |
0.361
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
257 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3666) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.356
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
115 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) + IF (`id_country` = 236, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 236) AND
`id_group` IN (0, 3) AND `id_product` = 4016 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-10-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.352
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:576
/override/classes/Product.php:222 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
43 |
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` = 2509 LIMIT 1 |
0.350
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
59 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3666 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3666 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.349
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
95 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4012
AND pac.`id_product_attribute` = 4040
AND agl.`id_lang` = 2 |
0.345
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
99 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) + IF (`id_country` = 236, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 236) AND
`id_group` IN (0, 3) AND `id_product` = 4013 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-10-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.343
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:576
/override/classes/Product.php:222 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
266 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3680
AND pac.`id_product_attribute` = 3586
AND agl.`id_lang` = 2 |
0.334
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
285 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4016) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.333
ms
|
16 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
265 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3680) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.332
ms
|
16 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
282 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4013) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.329
ms
|
16 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
238 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4356
AND pac.`id_product_attribute` = 4511
AND agl.`id_lang` = 2 |
0.329
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
51 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3651 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3651 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.327
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
138 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4018 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4018 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.324
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
276 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3999
AND pac.`id_product_attribute` = 4028
AND agl.`id_lang` = 2 |
0.324
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
141 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4018
AND pac.`id_product_attribute` = 4056
AND agl.`id_lang` = 2 |
0.323
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
251 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3651
AND pac.`id_product_attribute` = 3613
AND agl.`id_lang` = 2 |
0.321
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
318 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 2
)
WHERE pac.`id_product_attribute` = 4031
ORDER BY ag.`position` ASC, a.`position` ASC |
0.320
ms
|
1 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:633 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
55 |
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` = 3612) LIMIT 1 |
0.314
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
296 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4482) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.311
ms
|
20 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
82 |
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` = 3604) LIMIT 1 |
0.311
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
173 |
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_wishlist_product` whp
LEFT JOIN `ps_st_wishlist` wh ON (wh.`id_st_wishlist`=whp.`id_st_wishlist`)
WHERE whp.`id_product` = 4017 AND wh.`id_customer`=0 AND wh.`id_shop`= 1 LIMIT 1 |
0.311
ms
|
2749 |
|
|
/modules/stwishlist/classes/StWishListClass.php:369
/modules/stwishlist/stwishlist.php:1255 (countProCustomer)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
290 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4018) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.304
ms
|
16 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
39 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4356 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4356 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.302
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
127 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) + IF (`id_country` = 236, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 236) AND
`id_group` IN (0, 3) AND `id_product` = 4017 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-10-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.302
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:576
/override/classes/Product.php:222 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
215 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4016
AND pac.`id_product_attribute` = 4050
AND agl.`id_lang` = 2 |
0.300
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/modules/stfacetedsearch/src/Hook/ProductSearch.php:122 (getProductLink)
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
274 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3999) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.298
ms
|
16 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
298 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4482
AND pac.`id_product_attribute` = 4734
AND agl.`id_lang` = 2 |
0.298
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
109 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4014 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4014 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.297
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
273 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3689
AND pac.`id_product_attribute` = 3611
AND agl.`id_lang` = 2 |
0.296
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
14 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='e5d7fd96f00b0c8b25dcbce1afe3f9e9' AND cache_id="stcustomersignin|1|1|3|3|1|236" AND compile_id="panda" LIMIT 1 |
0.294
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:2329 (createTemplate)
/classes/module/Module.php:2380 (getCurrentSubTemplate)
/modules/stcustomersignin/stcustomersignin.php:533 (isCached)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:171 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
307 |
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('7217517', '188', '3628718089', '', '1', '1', '2025-10-01 20:37:15') |
0.294
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/Connection.php:188 (add)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:633 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
147 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4019
AND pac.`id_product_attribute` = 4060
AND agl.`id_lang` = 2 |
0.291
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
314 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 2
)
WHERE pac.`id_product_attribute` = 3585
ORDER BY ag.`position` ASC, a.`position` ASC |
0.291
ms
|
1 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:633 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
326 |
INSERT INTO `ps_ets_tc_action` (`id_ets_tc_session`, `action`, `id_page`, `id_lang`, `id_currency`, `id_country`, `page_url`, `search`, `id_product`, `id_cart`, `id_order`, `id_ticket`, `id_product_attribute`, `quantity`, `id_object`, `is_verified`, `is_registered`, `is_visitors`, `date_add`) VALUES ('3088', 'visit_page', '27', '2', '1', '236', '/95-%D0%B2%D1%81%D0%B8%D1%87%D0%BA%D0%B8?page=6&q=%D0%94%D0%BE%D1%81%D1%82%D0%B0%D0%B2%D0%B5%D0%BD%D0%BE-%D0%AE%D0%BD%D0%B8+2025-%D0%9D%D0%BE%D0%B5%D0%BC%D0%B2%D1%80%D0%B8+2024%2F%D0%A6%D0%B2%D1%8F%D1%82-%D0%96%D1%8A%D0%BB%D1%82-%D0%97%D0%B5%D0%BB%D0%B5%D0%BD-%D0%9A%D0%B0%D1%84%D1%8F%D0%B2-%D0%9E%D1%80%D0%B0%D0%BD%D0%B6%D0%B5%D0%B2-%D0%9F%D1%80%D0%BE%D0%B8%D0%B7%D0%B2%D0%BE%D0%BB%D0%B5%D0%BD%259A%D0%BC%D0%B8%D0%BA%D1%81-%D0%A0%D0%BE%D0%B7%D0%BE%D0%B2-%D0%A7%D0%B5%D1%80%D0%B2%D0%B5%D0%BD', '', '0', '0', '0', '0', '0', '0', '95', '0', '0', '1', '2025-10-01 20:37:15') |
0.290
ms
|
1 |
|
|
/modules/ets_trackingcustomer/classes/ets_tc_session.php:432
/modules/ets_trackingcustomer/ets_trackingcustomer.php:579 (addAction)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:633 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
183 |
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4017) AND (b.`id_shop` = 1) LIMIT 1 |
0.285
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
34 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3490 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3490 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.284
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
65 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3679 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3679 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.282
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
278 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4012
AND pac.`id_product_attribute` = 4730
AND agl.`id_lang` = 2 |
0.281
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
237 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4356) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.279
ms
|
20 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
72 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3680 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3680 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.277
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
106 |
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 4013
ORDER BY f.position ASC |
0.277
ms
|
21 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
250 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3651
AND pac.`id_product_attribute` = 3616
AND agl.`id_lang` = 2 |
0.275
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
283 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4013
AND pac.`id_product_attribute` = 4034
AND agl.`id_lang` = 2 |
0.274
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
280 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4012
AND pac.`id_product_attribute` = 4042
AND agl.`id_lang` = 2 |
0.274
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
68 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3679
AND pac.`id_product_attribute` = 3578
AND agl.`id_lang` = 2 |
0.273
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
180 |
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 (4032, 4033, 4034, 4031) AND il.`id_lang` = 2 ORDER by i.`position` |
0.273
ms
|
4 |
Yes
|
|
/classes/Product.php:2921
/override/classes/Product.php:68 (getCombinationImages)
/override/classes/Product.php:100 (getColorIdImage)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
297 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4482
AND pac.`id_product_attribute` = 4732
AND agl.`id_lang` = 2 |
0.272
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
245 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1712
AND pac.`id_product_attribute` = 2513
AND agl.`id_lang` = 2 |
0.270
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
150 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4020 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4020 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.268
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
144 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4019 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4019 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.267
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
269 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3688
AND pac.`id_product_attribute` = 3607
AND agl.`id_lang` = 2 |
0.267
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
293 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4019) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.267
ms
|
16 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
253 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3652
AND pac.`id_product_attribute` = 3577
AND agl.`id_lang` = 2 |
0.266
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
271 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3688
AND pac.`id_product_attribute` = 3605
AND agl.`id_lang` = 2 |
0.266
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
167 |
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_wishlist_product` whp
LEFT JOIN `ps_st_wishlist` wh ON (wh.`id_st_wishlist`=whp.`id_st_wishlist`)
WHERE whp.`id_product` = 3689 AND wh.`id_customer`=0 AND wh.`id_shop`= 1 LIMIT 1 |
0.264
ms
|
2749 |
|
|
/modules/stwishlist/classes/StWishListClass.php:369
/modules/stwishlist/stwishlist.php:1255 (countProCustomer)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
286 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4016
AND pac.`id_product_attribute` = 4052
AND agl.`id_lang` = 2 |
0.264
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
300 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4482
AND pac.`id_product_attribute` = 4733
AND agl.`id_lang` = 2 |
0.261
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
258 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3666
AND pac.`id_product_attribute` = 3624
AND agl.`id_lang` = 2 |
0.259
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
182 |
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 (4050, 4051, 4052, 4049) AND il.`id_lang` = 2 ORDER by i.`position` |
0.259
ms
|
4 |
Yes
|
|
/classes/Product.php:2921
/override/classes/Product.php:68 (getCombinationImages)
/override/classes/Product.php:100 (getColorIdImage)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
317 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 2
)
WHERE pac.`id_product_attribute` = 4040
ORDER BY ag.`position` ASC, a.`position` ASC |
0.259
ms
|
1 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:633 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
186 |
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 (4731, 4732, 4733, 4734, 4735) AND il.`id_lang` = 2 ORDER by i.`position` |
0.257
ms
|
5 |
Yes
|
|
/classes/Product.php:2921
/override/classes/Product.php:68 (getCombinationImages)
/override/classes/Product.php:100 (getColorIdImage)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
83 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3689 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3689 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.256
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
267 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3680
AND pac.`id_product_attribute` = 3588
AND agl.`id_lang` = 2 |
0.255
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
289 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4017
AND pac.`id_product_attribute` = 4055
AND agl.`id_lang` = 2 |
0.252
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
188 |
SELECT SQL_NO_CACHE pac.id_product_attribute
FROM ps_product_attribute_combination pac
LEFT JOIN ps_product_attribute pa ON pac.id_product_attribute = pa.id_product_attribute
WHERE pa.id_product = 4356 AND id_attribute IN (6,8,15,17,16,9,11) |
0.251
ms
|
5 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:106
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
228 |
SELECT SQL_NO_CACHE pac.id_product_attribute
FROM ps_product_attribute_combination pac
LEFT JOIN ps_product_attribute pa ON pac.id_product_attribute = pa.id_product_attribute
WHERE pa.id_product = 4482 AND id_attribute IN (6,8,15,17,16,9,11) |
0.250
ms
|
5 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:106
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
44 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1712 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1712 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.249
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
119 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4016 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4016 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.248
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
46 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2509
AND cp.`id_cart` = 0 AND cp.`id_product` = 1712 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2509
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1712 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.247
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
244 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1712
AND pac.`id_product_attribute` = 2510
AND agl.`id_lang` = 2 |
0.247
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
194 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3666
AND pac.`id_product_attribute` = 3623
AND agl.`id_lang` = 2 |
0.246
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/modules/stfacetedsearch/src/Hook/ProductSearch.php:122 (getProductLink)
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
255 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3652
AND pac.`id_product_attribute` = 3574
AND agl.`id_lang` = 2 |
0.246
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
185 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4482) AND (b.`id_shop` = 1) LIMIT 1 |
0.245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
214 |
SELECT SQL_NO_CACHE pac.id_product_attribute
FROM ps_product_attribute_combination pac
LEFT JOIN ps_product_attribute pa ON pac.id_product_attribute = pa.id_product_attribute
WHERE pa.id_product = 4016 AND id_attribute IN (6,8,15,17,16,9,11) |
0.244
ms
|
4 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:106
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
181 |
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4016) AND (b.`id_shop` = 1) LIMIT 1 |
0.243
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
153 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4020
AND pac.`id_product_attribute` = 4064
AND agl.`id_lang` = 2 |
0.241
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
171 |
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_wishlist_product` whp
LEFT JOIN `ps_st_wishlist` wh ON (wh.`id_st_wishlist`=whp.`id_st_wishlist`)
WHERE whp.`id_product` = 4016 AND wh.`id_customer`=0 AND wh.`id_shop`= 1 LIMIT 1 |
0.239
ms
|
2749 |
|
|
/modules/stwishlist/classes/StWishListClass.php:369
/modules/stwishlist/stwishlist.php:1255 (countProCustomer)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
191 |
SELECT SQL_NO_CACHE al.*,a.id_attribute_group FROM ps_attribute_lang al
LEFT JOIN ps_product_attribute_combination pac ON al.id_attribute = pac.id_attribute AND al.id_lang=2
LEFT JOIN ps_attribute a ON a.id_attribute=al.id_attribute
WHERE pac.id_product_attribute = 3612 |
0.239
ms
|
1 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:138
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
161 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4482 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4482 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.238
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
275 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3999
AND pac.`id_product_attribute` = 4029
AND agl.`id_lang` = 2 |
0.231
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
291 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4018
AND pac.`id_product_attribute` = 4058
AND agl.`id_lang` = 2 |
0.231
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
190 |
SELECT SQL_NO_CACHE pac.id_product_attribute
FROM ps_product_attribute_combination pac
LEFT JOIN ps_product_attribute pa ON pac.id_product_attribute = pa.id_product_attribute
WHERE pa.id_product = 3651 AND id_attribute IN (6,8,15,17,16,9,11) |
0.229
ms
|
5 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:106
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
260 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3679
AND pac.`id_product_attribute` = 3579
AND agl.`id_lang` = 2 |
0.228
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
311 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 2
)
WHERE pac.`id_product_attribute` = 4510
ORDER BY ag.`position` ASC, a.`position` ASC |
0.228
ms
|
1 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:633 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
168 |
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` = 2)
WHERE i.`id_product` = 4013
ORDER BY `position` |
0.227
ms
|
1 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:5431
/modules/stthemeeditor/stthemeeditor.php:5401 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
261 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3679
AND pac.`id_product_attribute` = 3581
AND agl.`id_lang` = 2 |
0.227
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
310 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 2
)
WHERE pac.`id_product_attribute` = 3387
ORDER BY ag.`position` ASC, a.`position` ASC |
0.227
ms
|
1 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:633 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
0 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
0.225
ms
|
1253 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/Hook.php:857 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:30 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:39 (getInstance)
|
263 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3679
AND pac.`id_product_attribute` = 3582
AND agl.`id_lang` = 2 |
0.225
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
179 |
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4013) AND (b.`id_shop` = 1) LIMIT 1 |
0.224
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
193 |
SELECT SQL_NO_CACHE pac.id_product_attribute
FROM ps_product_attribute_combination pac
LEFT JOIN ps_product_attribute pa ON pac.id_product_attribute = pa.id_product_attribute
WHERE pa.id_product = 3666 AND id_attribute IN (6,8,15,17,16,9,11) |
0.223
ms
|
3 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:106
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
224 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4019
AND pac.`id_product_attribute` = 4061
AND agl.`id_lang` = 2 |
0.223
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/modules/stfacetedsearch/src/Hook/ProductSearch.php:122 (getProductLink)
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
315 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 2
)
WHERE pac.`id_product_attribute` = 3604
ORDER BY ag.`position` ASC, a.`position` ASC |
0.221
ms
|
1 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:633 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
203 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3689
AND pac.`id_product_attribute` = 3610
AND agl.`id_lang` = 2 |
0.220
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/modules/stfacetedsearch/src/Hook/ProductSearch.php:122 (getProductLink)
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
312 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 2
)
WHERE pac.`id_product_attribute` = 2509
ORDER BY ag.`position` ASC, a.`position` ASC |
0.219
ms
|
1 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:633 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
239 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4356
AND pac.`id_product_attribute` = 4514
AND agl.`id_lang` = 2 |
0.216
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
123 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4016
AND pac.`id_product_attribute` = 4049
AND agl.`id_lang` = 2 |
0.215
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
164 |
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 4482
ORDER BY f.position ASC |
0.215
ms
|
21 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
122 |
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 4016
ORDER BY f.position ASC |
0.214
ms
|
21 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
262 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3679
AND pac.`id_product_attribute` = 3583
AND agl.`id_lang` = 2 |
0.213
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
264 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3679
AND pac.`id_product_attribute` = 3580
AND agl.`id_lang` = 2 |
0.213
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
139 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 4056
AND cp.`id_cart` = 0 AND cp.`id_product` = 4018 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4056
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4018 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
200 |
SELECT SQL_NO_CACHE pac.id_product_attribute
FROM ps_product_attribute_combination pac
LEFT JOIN ps_product_attribute pa ON pac.id_product_attribute = pa.id_product_attribute
WHERE pa.id_product = 3688 AND id_attribute IN (6,8,15,17,16,9,11) |
0.212
ms
|
5 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:106
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
210 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4013
AND pac.`id_product_attribute` = 4032
AND agl.`id_lang` = 2 |
0.212
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/modules/stfacetedsearch/src/Hook/ProductSearch.php:122 (getProductLink)
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
218 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4017
AND pac.`id_product_attribute` = 4054
AND agl.`id_lang` = 2 |
0.211
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/modules/stfacetedsearch/src/Hook/ProductSearch.php:122 (getProductLink)
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
256 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3652
AND pac.`id_product_attribute` = 3575
AND agl.`id_lang` = 2 |
0.210
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
320 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 2
)
WHERE pac.`id_product_attribute` = 4053
ORDER BY ag.`position` ASC, a.`position` ASC |
0.208
ms
|
1 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:633 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
187 |
SELECT SQL_NO_CACHE pac.id_product_attribute
FROM ps_product_attribute_combination pac
LEFT JOIN ps_product_attribute pa ON pac.id_product_attribute = pa.id_product_attribute
WHERE pa.id_product = 3490 AND id_attribute IN (6,8,15,17,16,9,11) |
0.208
ms
|
5 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:106
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
108 |
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` = 4031) LIMIT 1 |
0.205
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
79 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 3604
AND cp.`id_cart` = 0 AND cp.`id_product` = 3688 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3604
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3688 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
221 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4018
AND pac.`id_product_attribute` = 4057
AND agl.`id_lang` = 2 |
0.203
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/modules/stfacetedsearch/src/Hook/ProductSearch.php:122 (getProductLink)
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
69 |
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` = 3578) LIMIT 1 |
0.203
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
135 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4017
AND pac.`id_product_attribute` = 4053
AND agl.`id_lang` = 2 |
0.203
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
107 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4013
AND pac.`id_product_attribute` = 4031
AND agl.`id_lang` = 2 |
0.202
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
201 |
SELECT SQL_NO_CACHE al.*,a.id_attribute_group FROM ps_attribute_lang al
LEFT JOIN ps_product_attribute_combination pac ON al.id_attribute = pac.id_attribute AND al.id_lang=2
LEFT JOIN ps_attribute a ON a.id_attribute=al.id_attribute
WHERE pac.id_product_attribute = 3604 |
0.199
ms
|
1 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:138
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
40 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 4510
AND cp.`id_cart` = 0 AND cp.`id_product` = 4356 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4510
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4356 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
131 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4017 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4017 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
206 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3999
AND pac.`id_product_attribute` = 4027
AND agl.`id_lang` = 2 |
0.197
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/modules/stfacetedsearch/src/Hook/ProductSearch.php:122 (getProductLink)
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
230 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-10-01 00:00:00" AND date_to <= "2025-10-01 23:59:59") OR (date_from >= "2025-10-01 00:00:00" AND date_from <= "2025-10-01 23:59:59") OR (date_from < "2025-10-01 00:00:00" AND date_to > "2025-10-01 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.195
ms
|
30 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/45/dc/ee/45dcee6e46727664efc4358a6ea20e00467e4bf5_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b544a70_80109244)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/49/d9/bf/49d9bf9a187edbfd8a1723f0a7444a9c4f18fb33_2.file.head.tpl.php:350 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/49/d9/bf/49d9bf9a187edbfd8a1723f0a7444a9c4f18fb33_2.file.head.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b53c716_84742996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
57 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 3573
AND cp.`id_cart` = 0 AND cp.`id_product` = 3652 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3573
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3652 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.195
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
321 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 2
)
WHERE pac.`id_product_attribute` = 4731
ORDER BY ag.`position` ASC, a.`position` ASC |
0.193
ms
|
1 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:633 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
170 |
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` = 2)
WHERE i.`id_product` = 4016
ORDER BY `position` |
0.193
ms
|
1 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:5431
/modules/stthemeeditor/stthemeeditor.php:5401 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
229 |
SELECT SQL_NO_CACHE al.*,a.id_attribute_group FROM ps_attribute_lang al
LEFT JOIN ps_product_attribute_combination pac ON al.id_attribute = pac.id_attribute AND al.id_lang=2
LEFT JOIN ps_attribute a ON a.id_attribute=al.id_attribute
WHERE pac.id_product_attribute = 4731 |
0.191
ms
|
1 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:138
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
316 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 2
)
WHERE pac.`id_product_attribute` = 4026
ORDER BY ag.`position` ASC, a.`position` ASC |
0.191
ms
|
1 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:633 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
63 |
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` = 3622) LIMIT 1 |
0.190
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
292 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4018
AND pac.`id_product_attribute` = 4059
AND agl.`id_lang` = 2 |
0.189
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
52 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 3612
AND cp.`id_cart` = 0 AND cp.`id_product` = 3651 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3612
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3651 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.188
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
110 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 4035
AND cp.`id_cart` = 0 AND cp.`id_product` = 4014 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4035
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4014 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.188
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
165 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4482
AND pac.`id_product_attribute` = 4731
AND agl.`id_lang` = 2 |
0.188
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
313 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 2
)
WHERE pac.`id_product_attribute` = 3612
ORDER BY ag.`position` ASC, a.`position` ASC |
0.187
ms
|
1 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:633 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
189 |
SELECT SQL_NO_CACHE pac.id_product_attribute
FROM ps_product_attribute_combination pac
LEFT JOIN ps_product_attribute pa ON pac.id_product_attribute = pa.id_product_attribute
WHERE pa.id_product = 1712 AND id_attribute IN (6,8,15,17,16,9,11) |
0.183
ms
|
6 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:106
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
103 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4013 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4013 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.181
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
240 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4356
AND pac.`id_product_attribute` = 4513
AND agl.`id_lang` = 2 |
0.180
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
241 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4356
AND pac.`id_product_attribute` = 4512
AND agl.`id_lang` = 2 |
0.180
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
134 |
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 4017
ORDER BY f.position ASC |
0.179
ms
|
21 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
42 |
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` = 4510) LIMIT 1 |
0.179
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
71 |
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
FROM `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` = 3680) |
0.178
ms
|
4 |
|
|
/override/classes/Product.php:250
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
73 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 3585
AND cp.`id_cart` = 0 AND cp.`id_product` = 3680 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3585
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3680 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
21 |
SELECT SQL_NO_CACHE cr.*, crl.*
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 = 2) WHERE code LIKE '%storepayment_%' |
0.175
ms
|
30 |
|
|
/classes/CartRule.php:1876
/modules/idxstorepayment/idxstorepayment.php:154 (getCartsRuleByCode)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:171 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
151 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 4064
AND cp.`id_cart` = 0 AND cp.`id_product` = 4020 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4064
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4020 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
223 |
SELECT SQL_NO_CACHE pac.id_product_attribute
FROM ps_product_attribute_combination pac
LEFT JOIN ps_product_attribute pa ON pac.id_product_attribute = pa.id_product_attribute
WHERE pa.id_product = 4019 AND id_attribute IN (6,8,15,17,16,9,11) |
0.175
ms
|
4 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:106
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
111 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4015 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4015 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
196 |
SELECT SQL_NO_CACHE pac.id_product_attribute
FROM ps_product_attribute_combination pac
LEFT JOIN ps_product_attribute pa ON pac.id_product_attribute = pa.id_product_attribute
WHERE pa.id_product = 3679 AND id_attribute IN (6,8,15,17,16,9,11) |
0.174
ms
|
6 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:106
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
145 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 4060
AND cp.`id_cart` = 0 AND cp.`id_product` = 4019 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4060
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4019 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
176 |
SELECT SQL_NO_CACHE pac.id_product_attribute
FROM ps_product_attribute_combination pac
LEFT JOIN ps_product_attribute pa ON pac.id_product_attribute = pa.id_product_attribute
WHERE pa.id_product = 3490 AND id_attribute IN (6,8,15,17,16,9,11) |
0.173
ms
|
5 |
|
|
/override/classes/Product.php:76
/override/classes/Product.php:100 (getColorIdImage)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
15 |
SELECT SQL_NO_CACHE `id_product`, `id_product_attribute`, id_shop
FROM `ps_cart_product`
WHERE `id_cart` = 0
ORDER BY `date_add` DESC LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/Cart.php:605
/modules/ets_abandonedcart/ets_abandonedcart.php:873 (getLastProduct)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:171 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
66 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 3578
AND cp.`id_cart` = 0 AND cp.`id_product` = 3679 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3578
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3679 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
162 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 4731
AND cp.`id_cart` = 0 AND cp.`id_product` = 4482 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4731
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4482 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
60 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 3622
AND cp.`id_cart` = 0 AND cp.`id_product` = 3666 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3622
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3666 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
93 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 4040
AND cp.`id_cart` = 0 AND cp.`id_product` = 4012 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4040
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4012 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
97 |
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` = 4013
AND image_shop.`cover` = 1 LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
178 |
SELECT SQL_NO_CACHE pac.id_product_attribute
FROM ps_product_attribute_combination pac
LEFT JOIN ps_product_attribute pa ON pac.id_product_attribute = pa.id_product_attribute
WHERE pa.id_product = 1712 AND id_attribute IN (6,8,15,17,16,9,11) |
0.170
ms
|
6 |
|
|
/override/classes/Product.php:76
/override/classes/Product.php:100 (getColorIdImage)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
35 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 3387
AND cp.`id_cart` = 0 AND cp.`id_product` = 3490 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3387
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3490 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
120 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 4049
AND cp.`id_cart` = 0 AND cp.`id_product` = 4016 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4049
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4016 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.168
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
87 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 4026
AND cp.`id_cart` = 0 AND cp.`id_product` = 3999 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4026
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3999 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
199 |
SELECT SQL_NO_CACHE al.*,a.id_attribute_group FROM ps_attribute_lang al
LEFT JOIN ps_product_attribute_combination pac ON al.id_attribute = pac.id_attribute AND al.id_lang=2
LEFT JOIN ps_attribute a ON a.id_attribute=al.id_attribute
WHERE pac.id_product_attribute = 3587 |
0.167
ms
|
1 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:138
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
125 |
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` = 4017
AND image_shop.`cover` = 1 LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
184 |
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 (4054, 4055, 4053) AND il.`id_lang` = 2 ORDER by i.`position` |
0.166
ms
|
3 |
Yes
|
|
/classes/Product.php:2921
/override/classes/Product.php:68 (getCombinationImages)
/override/classes/Product.php:100 (getColorIdImage)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
100 |
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
FROM `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` = 4013) |
0.165
ms
|
4 |
|
|
/override/classes/Product.php:250
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
132 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 4053
AND cp.`id_cart` = 0 AND cp.`id_product` = 4017 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4053
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4017 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
216 |
SELECT SQL_NO_CACHE al.*,a.id_attribute_group FROM ps_attribute_lang al
LEFT JOIN ps_product_attribute_combination pac ON al.id_attribute = pac.id_attribute AND al.id_lang=2
LEFT JOIN ps_attribute a ON a.id_attribute=al.id_attribute
WHERE pac.id_product_attribute = 4050 |
0.163
ms
|
1 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:138
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
84 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 3609
AND cp.`id_cart` = 0 AND cp.`id_product` = 3689 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3609
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3689 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
212 |
SELECT SQL_NO_CACHE pac.id_product_attribute
FROM ps_product_attribute_combination pac
LEFT JOIN ps_product_attribute pa ON pac.id_product_attribute = pa.id_product_attribute
WHERE pa.id_product = 4014 AND id_attribute IN (6,8,15,17,16,9,11) |
0.160
ms
|
5 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:106
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
301 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='5d21919519a83b7a40e8b671e076d232' AND cache_id="stmegamenu|1|1|3|3|1|236" AND compile_id="panda" LIMIT 1 |
0.160
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:2329 (createTemplate)
/classes/module/Module.php:2380 (getCurrentSubTemplate)
/modules/stmegamenu/stmegamenu.php:4186 (isCached)
/classes/Hook.php:1083 (hookDisplayMobileNav)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/panda/f5/b0/57/f5b0572dbf09cbea15f05c9a207c164e666d1a4f_2.module.stsidebarviewstemplateshookstsidebar.tpl.php:56 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659c22e648_47951694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2301 (fetch)
/modules/stsidebar/stsidebar.php:1376 (fetch)
/classes/Hook.php:1083 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:531 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:147 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
287 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4016
AND pac.`id_product_attribute` = 4051
AND agl.`id_lang` = 2 |
0.158
ms
|
1 |
|
|
/classes/Product.php:7535
/classes/Product.php:7668 (getAttributesParams)
/override/classes/Product.php:31 (getAnchor)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:272 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:462 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/bb/30/07/bb300752d38ca98ef50a6b5dfa109a42ec5f710a_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bda63d2_74155653)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/f7/ee/81/f7ee81c9827f7b70c9d8a2ac565a2ea6367f3794_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd1d737_99971142)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/aa/f2/3f/aaf23fea6386eacb4f79200f056bca4b66529164_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659bd046e7_95412036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:97 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:200 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
104 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 4031
AND cp.`id_cart` = 0 AND cp.`id_product` = 4013 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4031
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4013 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.157
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
148 |
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` = 4060) LIMIT 1 |
0.156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
112 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 4044
AND cp.`id_cart` = 0 AND cp.`id_product` = 4015 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4044
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4015 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
324 |
SELECT SQL_NO_CACHE * FROM `ps_ets_tc_action` WHERE id_ets_tc_session="3088" AND action="visit_page" order by date_add desc LIMIT 1 |
0.152
ms
|
1 |
Yes
|
|
/modules/ets_trackingcustomer/classes/ets_tc_session.php:356
/modules/ets_trackingcustomer/ets_trackingcustomer.php:579 (addAction)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:633 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
231 |
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
0.152
ms
|
1 |
|
|
/classes/CartRule.php:423
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/45/dc/ee/45dcee6e46727664efc4358a6ea20e00467e4bf5_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b544a70_80109244)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/49/d9/bf/49d9bf9a187edbfd8a1723f0a7444a9c4f18fb33_2.file.head.tpl.php:350 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/49/d9/bf/49d9bf9a187edbfd8a1723f0a7444a9c4f18fb33_2.file.head.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b53c716_84742996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
192 |
SELECT SQL_NO_CACHE pac.id_product_attribute
FROM ps_product_attribute_combination pac
LEFT JOIN ps_product_attribute pa ON pac.id_product_attribute = pa.id_product_attribute
WHERE pa.id_product = 3652 AND id_attribute IN (6,8,15,17,16,9,11) |
0.150
ms
|
5 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:106
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
202 |
SELECT SQL_NO_CACHE pac.id_product_attribute
FROM ps_product_attribute_combination pac
LEFT JOIN ps_product_attribute pa ON pac.id_product_attribute = pa.id_product_attribute
WHERE pa.id_product = 3689 AND id_attribute IN (6,8,15,17,16,9,11) |
0.149
ms
|
3 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:106
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
116 |
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
FROM `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` = 4016) |
0.148
ms
|
4 |
|
|
/override/classes/Product.php:250
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
198 |
SELECT SQL_NO_CACHE pac.id_product_attribute
FROM ps_product_attribute_combination pac
LEFT JOIN ps_product_attribute pa ON pac.id_product_attribute = pa.id_product_attribute
WHERE pa.id_product = 3680 AND id_attribute IN (6,8,15,17,16,9,11) |
0.148
ms
|
4 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:106
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
207 |
SELECT SQL_NO_CACHE pac.id_product_attribute
FROM ps_product_attribute_combination pac
LEFT JOIN ps_product_attribute pa ON pac.id_product_attribute = pa.id_product_attribute
WHERE pa.id_product = 4012 AND id_attribute IN (6,8,15,17,16,9,11) |
0.146
ms
|
5 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:106
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
211 |
SELECT SQL_NO_CACHE al.*,a.id_attribute_group FROM ps_attribute_lang al
LEFT JOIN ps_product_attribute_combination pac ON al.id_attribute = pac.id_attribute AND al.id_lang=2
LEFT JOIN ps_attribute a ON a.id_attribute=al.id_attribute
WHERE pac.id_product_attribute = 4032 |
0.146
ms
|
1 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:138
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
77 |
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` = 3604 LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
227 |
SELECT SQL_NO_CACHE al.*,a.id_attribute_group FROM ps_attribute_lang al
LEFT JOIN ps_product_attribute_combination pac ON al.id_attribute = pac.id_attribute AND al.id_lang=2
LEFT JOIN ps_attribute a ON a.id_attribute=al.id_attribute
WHERE pac.id_product_attribute = 4066 |
0.145
ms
|
1 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:138
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
136 |
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` = 4053) LIMIT 1 |
0.144
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
213 |
SELECT SQL_NO_CACHE pac.id_product_attribute
FROM ps_product_attribute_combination pac
LEFT JOIN ps_product_attribute pa ON pac.id_product_attribute = pa.id_product_attribute
WHERE pa.id_product = 4015 AND id_attribute IN (6,8,15,17,16,9,11) |
0.144
ms
|
5 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:106
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
217 |
SELECT SQL_NO_CACHE pac.id_product_attribute
FROM ps_product_attribute_combination pac
LEFT JOIN ps_product_attribute pa ON pac.id_product_attribute = pa.id_product_attribute
WHERE pa.id_product = 4017 AND id_attribute IN (6,8,15,17,16,9,11) |
0.144
ms
|
3 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:106
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
154 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 4064) LIMIT 1 |
0.143
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
220 |
SELECT SQL_NO_CACHE pac.id_product_attribute
FROM ps_product_attribute_combination pac
LEFT JOIN ps_product_attribute pa ON pac.id_product_attribute = pa.id_product_attribute
WHERE pa.id_product = 4018 AND id_attribute IN (6,8,15,17,16,9,11) |
0.143
ms
|
4 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:106
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
48 |
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` = 2509) LIMIT 1 |
0.143
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
219 |
SELECT SQL_NO_CACHE al.*,a.id_attribute_group FROM ps_attribute_lang al
LEFT JOIN ps_product_attribute_combination pac ON al.id_attribute = pac.id_attribute AND al.id_lang=2
LEFT JOIN ps_attribute a ON a.id_attribute=al.id_attribute
WHERE pac.id_product_attribute = 4054 |
0.142
ms
|
1 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:138
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
18 |
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` = 2) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.141
ms
|
30 |
|
|
/classes/CartRule.php:423
/classes/Cart.php:3079 (getCustomerCartRules)
/override/classes/Cart.php:226 (getDeliveryOptionList)
/classes/Cart.php:3463 (getDeliveryOptionList)
/classes/Cart.php:3536 (getDeliveryOption)
/override/classes/Cart.php:213 (getTotalShippingCost)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2201 (processCalculation)
/override/classes/Cart.php:253 (getOrderTotal)
/modules/ets_abandonedcart/classes/EtsAbancartCampaign.php:408 (getOrderTotal)
/modules/ets_abandonedcart/ets_abandonedcart.php:934 (getCampaignsFrontEnd)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:171 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
76 |
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` = 3585) LIMIT 1 |
0.141
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
226 |
SELECT SQL_NO_CACHE pac.id_product_attribute
FROM ps_product_attribute_combination pac
LEFT JOIN ps_product_attribute pa ON pac.id_product_attribute = pa.id_product_attribute
WHERE pa.id_product = 4020 AND id_attribute IN (6,8,15,17,16,9,11) |
0.140
ms
|
4 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:106
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
155 |
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` = 4482
AND image_shop.`cover` = 1 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
128 |
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
FROM `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` = 4017) |
0.136
ms
|
3 |
|
|
/override/classes/Product.php:250
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
37 |
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` = 3387) LIMIT 1 |
0.135
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
172 |
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` = 2)
WHERE i.`id_product` = 4017
ORDER BY `position` |
0.135
ms
|
1 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:5431
/modules/stthemeeditor/stthemeeditor.php:5401 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
25 |
SELECT SQL_NO_CACHE data FROM ps_st_search_filter_block WHERE hash="be9f6b2181013a4ff69ec6da039e320f" LIMIT 1 |
0.134
ms
|
0 |
|
|
/modules/stfacetedsearch/src/Filters/Block.php:210
/modules/stfacetedsearch/src/Product/SearchProvider.php:256 (getFromCache)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
67 |
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` = 3679 AND pa.`id_product` = 3679 AND pa.`id_product_attribute` = 3578 LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
166 |
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` = 4731) LIMIT 1 |
0.134
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
177 |
SELECT SQL_NO_CACHE pac.id_product_attribute
FROM ps_product_attribute_combination pac
LEFT JOIN ps_product_attribute pa ON pac.id_product_attribute = pa.id_product_attribute
WHERE pa.id_product = 4356 AND id_attribute IN (6,8,15,17,16,9,11) |
0.134
ms
|
5 |
|
|
/override/classes/Product.php:76
/override/classes/Product.php:100 (getColorIdImage)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
22 |
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 95
AND `id_shop` = 1 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/Category.php:2450
/controllers/front/listing/CategoryController.php:133 (existsInShop)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
53 |
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` = 3651 AND pa.`id_product` = 3651 AND pa.`id_product_attribute` = 3612 LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
197 |
SELECT SQL_NO_CACHE al.*,a.id_attribute_group FROM ps_attribute_lang al
LEFT JOIN ps_product_attribute_combination pac ON al.id_attribute = pac.id_attribute AND al.id_lang=2
LEFT JOIN ps_attribute a ON a.id_attribute=al.id_attribute
WHERE pac.id_product_attribute = 3578 |
0.131
ms
|
1 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:138
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
208 |
SELECT SQL_NO_CACHE al.*,a.id_attribute_group FROM ps_attribute_lang al
LEFT JOIN ps_product_attribute_combination pac ON al.id_attribute = pac.id_attribute AND al.id_lang=2
LEFT JOIN ps_attribute a ON a.id_attribute=al.id_attribute
WHERE pac.id_product_attribute = 4040 |
0.131
ms
|
1 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:138
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
225 |
SELECT SQL_NO_CACHE al.*,a.id_attribute_group FROM ps_attribute_lang al
LEFT JOIN ps_product_attribute_combination pac ON al.id_attribute = pac.id_attribute AND al.id_lang=2
LEFT JOIN ps_attribute a ON a.id_attribute=al.id_attribute
WHERE pac.id_product_attribute = 4061 |
0.131
ms
|
1 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:138
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
17 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-10-01 00:00:00" AND date_to <= "2025-10-01 23:59:59") OR (date_from >= "2025-10-01 00:00:00" AND date_from <= "2025-10-01 23:59:59") OR (date_from < "2025-10-01 00:00:00" AND date_to > "2025-10-01 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.130
ms
|
30 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/Cart.php:3079 (getCustomerCartRules)
/override/classes/Cart.php:226 (getDeliveryOptionList)
/classes/Cart.php:3463 (getDeliveryOptionList)
/classes/Cart.php:3536 (getDeliveryOption)
/override/classes/Cart.php:213 (getTotalShippingCost)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2201 (processCalculation)
/override/classes/Cart.php:253 (getOrderTotal)
/modules/ets_abandonedcart/classes/EtsAbancartCampaign.php:408 (getOrderTotal)
/modules/ets_abandonedcart/ets_abandonedcart.php:934 (getCampaignsFrontEnd)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:171 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
61 |
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` = 3666 AND pa.`id_product` = 3666 AND pa.`id_product_attribute` = 3622 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
90 |
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` = 4026) LIMIT 1 |
0.129
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
124 |
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` = 4049) LIMIT 1 |
0.128
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
306 |
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 7217517
AND `date_add` > '2025-10-01 20:07:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.128
ms
|
1 |
Yes
|
|
/classes/Connection.php:168
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:633 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
142 |
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` = 4056) LIMIT 1 |
0.127
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
80 |
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` = 3688 AND pa.`id_product` = 3688 AND pa.`id_product_attribute` = 3604 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
41 |
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` = 4356 AND pa.`id_product` = 4356 AND pa.`id_product_attribute` = 4510 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
209 |
SELECT SQL_NO_CACHE pac.id_product_attribute
FROM ps_product_attribute_combination pac
LEFT JOIN ps_product_attribute pa ON pac.id_product_attribute = pa.id_product_attribute
WHERE pa.id_product = 4013 AND id_attribute IN (6,8,15,17,16,9,11) |
0.122
ms
|
4 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:106
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
16 |
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.122
ms
|
1 |
|
|
/classes/Cart.php:4255
/classes/Cart.php:4230 (hasProducts)
/classes/Cart.php:2145 (isVirtualCart)
/override/classes/Cart.php:253 (getOrderTotal)
/modules/ets_abandonedcart/classes/EtsAbancartCampaign.php:408 (getOrderTotal)
/modules/ets_abandonedcart/ets_abandonedcart.php:934 (getCampaignsFrontEnd)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:171 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
304 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/Cart.php:1303
/src/Adapter/Presenter/Cart/CartLazyArray.php:300 (getNbProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getProductsCount)
/var/cache/dev/smarty/compile/panda/9c/5d/36/9c5d3614f01ee531b413b9ce188b3c8d8690f744_2.module.stsidebarviewstemplateshookrightbaritem.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659c3b1210_77721601)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/panda/34/52/b3/3452b3e5a5b3245aa8d86170be572a719ed52382_2.module.stsidebarviewstemplateshookrightbar.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659c359e32_87607823)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2301 (fetch)
/modules/stsidebar/stsidebar.php:1230 (fetch)
/classes/Hook.php:1083 (hookDisplayRightBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:591 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:154 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
143 |
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` = 4060 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
88 |
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` = 3999 AND pa.`id_product` = 3999 AND pa.`id_product_attribute` = 4026 LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
195 |
SELECT SQL_NO_CACHE al.*,a.id_attribute_group FROM ps_attribute_lang al
LEFT JOIN ps_product_attribute_combination pac ON al.id_attribute = pac.id_attribute AND al.id_lang=2
LEFT JOIN ps_attribute a ON a.id_attribute=al.id_attribute
WHERE pac.id_product_attribute = 3623 |
0.119
ms
|
1 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:138
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
94 |
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` = 4012 AND pa.`id_product` = 4012 AND pa.`id_product_attribute` = 4040 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
140 |
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` = 4018 AND pa.`id_product` = 4018 AND pa.`id_product_attribute` = 4056 LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
36 |
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` = 3490 AND pa.`id_product` = 3490 AND pa.`id_product_attribute` = 3387 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
156 |
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` = 4731 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
205 |
SELECT SQL_NO_CACHE pac.id_product_attribute
FROM ps_product_attribute_combination pac
LEFT JOIN ps_product_attribute pa ON pac.id_product_attribute = pa.id_product_attribute
WHERE pa.id_product = 3999 AND id_attribute IN (6,8,15,17,16,9,11) |
0.108
ms
|
4 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:106
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
222 |
SELECT SQL_NO_CACHE al.*,a.id_attribute_group FROM ps_attribute_lang al
LEFT JOIN ps_product_attribute_combination pac ON al.id_attribute = pac.id_attribute AND al.id_lang=2
LEFT JOIN ps_attribute a ON a.id_attribute=al.id_attribute
WHERE pac.id_product_attribute = 4057 |
0.108
ms
|
1 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:138
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
323 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_tc_session` a
WHERE (a.`id_ets_tc_session` = 3088) LIMIT 1 |
0.108
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ets_trackingcustomer/classes/ets_tc_session.php:83 (__construct)
/modules/ets_trackingcustomer/classes/ets_tc_session.php:315 (__construct)
/modules/ets_trackingcustomer/ets_trackingcustomer.php:579 (addAction)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:633 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
47 |
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` = 1712 AND pa.`id_product` = 1712 AND pa.`id_product_attribute` = 2509 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
303 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='96362be7be78615b2690de2d160f9477' AND cache_id="stshoppingcart|1|1|3|3|1|236" AND compile_id="panda" LIMIT 1 |
0.106
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:2329 (createTemplate)
/classes/module/Module.php:2380 (getCurrentSubTemplate)
/modules/stshoppingcart/stshoppingcart.php:965 (isCached)
/classes/Hook.php:1083 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:531 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:147 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
74 |
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` = 3680 AND pa.`id_product` = 3680 AND pa.`id_product_attribute` = 3585 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
113 |
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` = 4016
AND image_shop.`cover` = 1 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
302 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8b76780b0cae8f2866ca2fcf742694de' AND cache_id="stmegamenu|1|1|3|3|1|236" AND compile_id="panda" LIMIT 1 |
0.102
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:2329 (createTemplate)
/classes/module/Module.php:2380 (getCurrentSubTemplate)
/modules/stmegamenu/stmegamenu.php:4163 (isCached)
/classes/Hook.php:1083 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:531 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:147 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
19 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='5866428d5d401e5d24002689ac898439' AND cache_id="stfacetedsearch|1|1|3|3|1|236" AND compile_id="panda" LIMIT 1 |
0.100
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:2329 (createTemplate)
/classes/module/Module.php:2380 (getCurrentSubTemplate)
/modules/stfacetedsearch/stfacetedsearch.php:2939 (isCached)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:171 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
232 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9d3adc607b0fad5153f432a2e8d92f80' AND cache_id="stshoppingcart|1|1|3|3|1|236" AND compile_id="panda" LIMIT 1 |
0.100
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:2329 (createTemplate)
/classes/module/Module.php:2380 (getCurrentSubTemplate)
/modules/stshoppingcart/stshoppingcart.php:953 (isCached)
/classes/Hook.php:1083 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/4b/f8/6a/4bf86a29654e86a64aee845c8680272912356873_2.file.header.tpl.php:296 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/4b/f8/6a/4bf86a29654e86a64aee845c8680272912356873_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b568189_94404519)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
146 |
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` = 4019 AND pa.`id_product` = 4019 AND pa.`id_product_attribute` = 4060 LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
5 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='compile' LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:96
/classes/Smarty/SmartyCustom.php:120 (check_compile_cache_invalidation)
/classes/module/Module.php:2329 (createTemplate)
/classes/module/Module.php:2380 (getCurrentSubTemplate)
/modules/stmultilink/stmultilink.php:547 (isCached)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:171 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
64 |
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` = 3578 LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
1 |
SELECT SQL_NO_CACHE id_customer
FROM `ps_customer`
WHERE (email = "[email protected]") LIMIT 1 |
0.097
ms
|
1 |
|
|
/modules/onepagecheckoutps/onepagecheckoutps.php:1100
/modules/onepagecheckoutps/onepagecheckoutps.php:216 (createCustomerOPC)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:30 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:39 (getInstance)
|
49 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 2509 |
0.096
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
152 |
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` = 4020 AND pa.`id_product` = 4020 AND pa.`id_product_attribute` = 4064 LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
58 |
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` = 3622 LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
114 |
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` = 4049 LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
70 |
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` = 3585 LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
121 |
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` = 4016 AND pa.`id_product` = 4016 AND pa.`id_product_attribute` = 4049 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
204 |
SELECT SQL_NO_CACHE al.*,a.id_attribute_group FROM ps_attribute_lang al
LEFT JOIN ps_product_attribute_combination pac ON al.id_attribute = pac.id_attribute AND al.id_lang=2
LEFT JOIN ps_attribute a ON a.id_attribute=al.id_attribute
WHERE pac.id_product_attribute = 3610 |
0.091
ms
|
1 |
|
|
/modules/stfacetedsearch/src/Hook/ProductSearch.php:138
:undefined (filterProductSearch)
/modules/stfacetedsearch/src/HookDispatcher.php:111 (call_user_func)
/modules/stfacetedsearch/stfacetedsearch.php:2605 (dispatch)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
91 |
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` = 4040 LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
163 |
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` = 4482 AND pa.`id_product` = 4482 AND pa.`id_product_attribute` = 4731 LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
117 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4016 AND id_shop=1 LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:292 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
50 |
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` = 3612 LIMIT 1 |
0.086
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
149 |
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` = 4064 LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
20 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='ed6b0240dd3de96ffa148c4722c1747f' AND cache_id="stbanner|1|1|3|3|1|236" AND compile_id="panda" LIMIT 1 |
0.082
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:2329 (createTemplate)
/classes/module/Module.php:2380 (getCurrentSubTemplate)
/modules/stbanner/stbanner.php:2681 (isCached)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:171 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
327 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_ets_tc_action` WHERE id_ets_tc_session=3088 LIMIT 1 |
0.082
ms
|
1 |
|
|
/modules/ets_trackingcustomer/classes/ets_tc_session.php:145
/modules/ets_trackingcustomer/classes/ets_tc_session.php:435 (deleteActionExpired)
/modules/ets_trackingcustomer/ets_trackingcustomer.php:579 (addAction)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:633 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
133 |
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` = 4017 AND pa.`id_product` = 4017 AND pa.`id_product_attribute` = 4053 LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
98 |
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` = 4031 LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
45 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1712) AND (id_product_attribute = 2509) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
105 |
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` = 4013 AND pa.`id_product` = 4013 AND pa.`id_product_attribute` = 4031 LIMIT 1 |
0.076
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
137 |
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` = 4056 LIMIT 1 |
0.075
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
3 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.073
ms
|
9 |
|
|
/classes/module/Module.php:2046
/classes/Hook.php:935 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/index.php:39 (dispatch)
|
8 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='58b9c439e9b55412ce18e29c4500a200' AND cache_id="stsearchbar|1|1|3|3|1|236" AND compile_id="panda" LIMIT 1 |
0.073
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:2294 (createTemplate)
/modules/stsearchbar/stsearchbar.php:846 (fetch)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:171 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
85 |
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` = 4026 LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
2 |
SELECT SQL_NO_CACHE *
FROM `ps_customer_group`
WHERE (id_customer = 8825) |
0.070
ms
|
1 |
|
|
/modules/onepagecheckoutps/onepagecheckoutps.php:1133
/modules/onepagecheckoutps/onepagecheckoutps.php:216 (createCustomerOPC)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:30 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:39 (getInstance)
|
126 |
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` = 4053 LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
233 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='374688a0b1e3b851068f5c6eca0de1e2' AND cache_id="stmegamenu|1|1|3|3|1|236_stmegamenu" AND compile_id="panda" LIMIT 1 |
0.064
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:2329 (createTemplate)
/classes/module/Module.php:2380 (getCurrentSubTemplate)
/modules/stmegamenu/stmegamenu.php:4031 (isCached)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/4b/f8/6a/4bf86a29654e86a64aee845c8680272912356873_2.file.header.tpl.php:332 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/4b/f8/6a/4bf86a29654e86a64aee845c8680272912356873_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b568189_94404519)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
101 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4013 AND id_shop=1 LIMIT 1 |
0.061
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:292 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
159 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4482 AND id_shop=1 LIMIT 1 |
0.059
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:292 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
7 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a774865ce55a4aaf778a1b0922a6e3b4' AND cache_id="stmultilink|1|1|3|3|1|236" AND compile_id="panda" LIMIT 1 |
0.059
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:2329 (createTemplate)
/classes/module/Module.php:2380 (getCurrentSubTemplate)
/modules/stmultilink/stmultilink.php:547 (isCached)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:171 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
129 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4017 AND id_shop=1 LIMIT 1 |
0.059
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:292 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
4 |
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 95
AND `id_shop` = 1 LIMIT 1 |
0.058
ms
|
1 |
|
|
/classes/Category.php:2450
/controllers/front/listing/CategoryController.php:83 (existsInShop)
/tools/profiling/Controller.php:41 (init)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
234 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9d1ee628cbb607ecc3eb92321dcb3fc0' AND cache_id="stpagebanner|1|1|3|3|1|236_95_1" AND compile_id="panda" LIMIT 1 |
0.056
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:2329 (createTemplate)
/classes/module/Module.php:2380 (getCurrentSubTemplate)
/modules/stpagebanner/stpagebanner.php:1546 (isCached)
/classes/Hook.php:1083 (hookDisplayBreadcrumb)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:305 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
235 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9b4003120910583db9c86493463bae44' AND cache_id="stmegamenu|1|1|3|3|1|236_column" AND compile_id="panda" LIMIT 1 |
0.056
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:2329 (createTemplate)
/classes/module/Module.php:2380 (getCurrentSubTemplate)
/modules/stmegamenu/stmegamenu.php:4067 (isCached)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:384 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
10 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='b96aca5578ca6dffd7d521ad085f0421' AND cache_id="stmegamenu|1|1|3|3|1|236" AND compile_id="panda" LIMIT 1 |
0.056
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:2329 (createTemplate)
/classes/module/Module.php:2380 (getCurrentSubTemplate)
/modules/stmegamenu/stmegamenu.php:3752 (isCached)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:171 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
9 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='49185fbc96fcd1fda42be271fb4925e4' AND cache_id="stshoppingcart|1|1|3|3|1|236" AND compile_id="panda" LIMIT 1 |
0.055
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:2329 (createTemplate)
/classes/module/Module.php:2380 (getCurrentSubTemplate)
/modules/stshoppingcart/stshoppingcart.php:686 (isCached)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:171 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
12 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='ffadb541b28e9f4d8929b342d6e720bb' AND cache_id="stsidebar|1|1|3|3|1|236" AND compile_id="panda" LIMIT 1 |
0.054
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:2329 (createTemplate)
/classes/module/Module.php:2380 (getCurrentSubTemplate)
/modules/stsidebar/stsidebar.php:1009 (isCached)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:171 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
236 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='038aa076decf4f34ccc9d66e3a9b66fa' AND cache_id="st_banner|1|1|3|3|1|236_95_category_main_column" AND compile_id="panda" LIMIT 1 |
0.053
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:2329 (createTemplate)
/classes/module/Module.php:2380 (getCurrentSubTemplate)
/modules/stbanner/stbanner.php:2778 (isCached)
/classes/Hook.php:1083 (hookDisplayCategoryHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:170 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:471 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/82/55/08/8255083e1032199ea6cd40e434da4728191aad6c_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b52d844_49551247)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6a/88/fd/6a88fd29e9a9daffb4f4695ba3d4d9fe8307dcd7_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b5155c0_20687871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/ba/91/aa/ba91aaaf2c850ed3df7b0120ba2fb8cd367bb048_2.file.product-list.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b512bf0_28850614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/6c/a7/84/6ca7841822bc8df30e1167f519e46cbd8188f231_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b50bbf7_05642425)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/pandalayouts_layout_left_column_tpl/b0/e2/ed/b0e2ed7d1e2abc6b0a82714afad00d8c3881c002_2.module.stfacetedsearchviewstemplateslistingcategory.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68dd659b4f0dd8_06251543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:68 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
13 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='e26e43c43cb47424928569d47f25945c' AND cache_id="stwishlist|1|1|3|3|1|236" AND compile_id="panda" LIMIT 1 |
0.052
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:2329 (createTemplate)
/classes/module/Module.php:2380 (getCurrentSubTemplate)
/modules/stwishlist/stwishlist.php:977 (isCached)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:171 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
11 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='47301d726da268ab3996390b0e84b564' AND cache_id="stpagebanner|1|1|3|3|1|236" AND compile_id="panda" LIMIT 1 |
0.051
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:2329 (createTemplate)
/classes/module/Module.php:2380 (getCurrentSubTemplate)
/modules/stpagebanner/stpagebanner.php:1429 (isCached)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:171 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
130 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4017 AND `id_group` = 3 LIMIT 1 |
0.042
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:342 (getValueForProduct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
160 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4482 AND `id_group` = 3 LIMIT 1 |
0.042
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:342 (getValueForProduct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
102 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4013 AND `id_group` = 3 LIMIT 1 |
0.042
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:342 (getValueForProduct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
118 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4016 AND `id_group` = 3 LIMIT 1 |
0.042
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:342 (getValueForProduct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:157 (getProductProperties)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:22 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
6 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='template' LIMIT 1 |
0.040
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:143
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2329 (createTemplate)
/classes/module/Module.php:2380 (getCurrentSubTemplate)
/modules/stmultilink/stmultilink.php:547 (isCached)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:171 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/override/classes/controller/FrontController.php:31 (run)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|