457 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute=43)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=131 AND c.nright<=132 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=33)) AND ((pac_1.id_attribute=43)) GROUP BY pac.id_attribute |
1470
ms
|
295020 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
445 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute=207)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=131 AND c.nright<=132 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=9)) AND ((pac_1.id_attribute=207)) GROUP BY pac.id_attribute |
404.940
ms
|
110880 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
471 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=43)) AND ((pac_1.id_attribute=207)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=131 AND c.nright<=132 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((a.id_attribute_group=32)) AND ((pac_1.id_attribute=43)) AND ((pac_2.id_attribute=207)) GROUP BY pac.id_attribute |
137.653
ms
|
41712 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
463 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=43)) AND ((pac_1.id_attribute=207)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=131 AND c.nright<=132 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((a.id_attribute_group=11)) AND ((pac_1.id_attribute=43)) AND ((pac_2.id_attribute=207)) GROUP BY pac.id_attribute |
83.681
ms
|
110880 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
542 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 5
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
54.976
ms
|
18 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
897 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 391
AND pac.`id_product_attribute` = 40629
AND agl.`id_lang` = 3 |
52.806
ms
|
4 |
|
|
/classes/Product.php:7467
/classes/Product.php:7600 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:908 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:538 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:533 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:243 (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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
45 |
SELECT SQL_NO_CACHE *
FROM `pswc_group` a
LEFT JOIN `pswc_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
38.752
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:427 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
550 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 10
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
34.892
ms
|
8 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
556 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 15
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
33.534
ms
|
10 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
555 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 14
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
33.130
ms
|
10 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
545 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 7
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
33.095
ms
|
16 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
513 |
SELECT SQL_NO_CACHE `iso_code`
FROM `pswc_country`
WHERE `id_country` = 3 LIMIT 1 |
32.382
ms
|
1 |
|
|
/classes/Country.php:275
/modules/paypal/classes/InstallmentBanner/BannerManager.php:104 (getIsoById)
/modules/paypal/classes/InstallmentBanner/BannerManager.php:90 (isEligibleCountry)
/modules/paypal/classes/InstallmentBanner/BannerManager.php:120 (isEligibleConf)
/modules/paypal/paypal.php:710 (isBannerAvailable)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
552 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 19
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
31.660
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
446 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) INNER JOIN pswc_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 3) WHERE ag.id_attribute_group = 30 ORDER BY agl.`name` ASC, a.`position` ASC |
30.873
ms
|
2 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
30 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pswc_module` m
LEFT JOIN `pswc_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
29.782
ms
|
85 |
|
|
/classes/module/Module.php:345
/modules/securitypro/securitypro.php:77 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
546 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 17
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
25.960
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
543 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 16
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
24.768
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
577 |
SELECT SQL_NO_CACHE *
FROM `pswc_product` a
LEFT JOIN `pswc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 391) LIMIT 1 |
24.497
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM pswc_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
24.192
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:301 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
460 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) INNER JOIN pswc_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 3) WHERE ag.id_attribute_group = 26 ORDER BY agl.`name` ASC, a.`position` ASC |
23.968
ms
|
5 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
29 |
SELECT SQL_NO_CACHE * FROM `pswc_hook_module_exceptions`
WHERE `id_shop` IN (1) |
22.850
ms
|
1 |
|
|
/classes/module/Module.php:2015
/classes/Hook.php:881 (getExceptionsStatic)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
439 |
SELECT SQL_NO_CACHE data FROM pswc_layered_filter_block WHERE hash="8e3667a90f320adce7740165ca527cee" LIMIT 1 |
22.701
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:186
/modules/ps_facetedsearch/src/Product/SearchProvider.php:210 (getFromCache)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
557 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 22
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
21.878
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
905 |
SELECT SQL_NO_CACHE *
FROM `pswc_ce_template` a
WHERE (a.`id_ce_template` = 192) LIMIT 1 |
21.824
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:97 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:146 (getInstance)
/modules/creativeelements/core/kits/manager.php:31 (CE\get_post)
/modules/creativeelements/core/kits/manager.php:49 (getActiveId)
/modules/creativeelements/core/kits/manager.php:128 (getActiveKit)
/modules/creativeelements/core/kits/manager.php:106 (getKitForFrontend)
/modules/creativeelements/classes/wrappers/Helper.php:222 (frontendBeforeEnqueueStyles)
/modules/creativeelements/includes/frontend.php:556 (CE\do_action)
/modules/creativeelements/includes/frontend.php:582 (enqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:156 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:129 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
810 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40691) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
21.752
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
92 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pswc_product` p LEFT JOIN `pswc_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pswc_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` = 94 AND pa.`id_product` = 94 AND pa.`id_product_attribute` = 7735 LIMIT 1 |
21.734
ms
|
1 |
|
|
/classes/Product.php:1203
/classes/Product.php:5756 (getAvailableDate)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
433 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM pswc_layered_category
WHERE controller = 'category'
AND id_category = 232
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
21.651
ms
|
17 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:61
/modules/ps_facetedsearch/src/Filters/Converter.php:263 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
300 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 196) AND (id_product_attribute = 6274) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
21.429
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
444 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) INNER JOIN pswc_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 3) WHERE ag.id_attribute_group = 9 ORDER BY agl.`name` ASC, a.`position` ASC |
20.850
ms
|
6 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
228 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 189
AND image_shop.`cover` = 1 LIMIT 1 |
20.740
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
438 |
SELECT SQL_NO_CACHE p.id_product, p.id_product_attribute FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=43)) AND ((pac_1.id_attribute=207)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=131 AND c.nright<=132 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC |
20.475
ms
|
419126400 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Filters/Products.php:87 (execute)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:187 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
443 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=43)) AND ((pac_1.id_attribute=207)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=131 AND c.nright<=132 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((a.id_attribute_group=6)) AND ((pac_1.id_attribute=43)) AND ((pac_2.id_attribute=207)) GROUP BY pac.id_attribute |
20.021
ms
|
110880 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
531 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 7
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
18.992
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
890 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 391
AND pac.`id_product_attribute` = 40517
AND agl.`id_lang` = 3 |
18.882
ms
|
4 |
|
|
/classes/Product.php:7467
/classes/Product.php:7600 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:908 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:538 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:533 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:243 (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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
348 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40461) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
18.535
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
902 |
SELECT SQL_NO_CACHE *
FROM `pswc_af_googlereviews` gr
WHERE (gr.active = 1 AND gr.rating >= 4) AND (gr.text != "")
ORDER BY gr.position DESC
LIMIT 20 |
18.385
ms
|
31 |
Yes
|
|
/modules/afgooglereviews/classes/GoogleReviews.php:88
/modules/afgooglereviews/afgooglereviews.php:994 (getGoogleReviews)
/modules/afgooglereviews/afgooglereviews.php:924 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:369 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
456 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) INNER JOIN pswc_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 3) WHERE ag.id_attribute_group = 33 ORDER BY agl.`name` ASC, a.`position` ASC |
18.305
ms
|
13 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
451 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=43)) AND ((pac_1.id_attribute=207)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=131 AND c.nright<=132 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((a.id_attribute_group=22)) AND ((pac_1.id_attribute=43)) AND ((pac_2.id_attribute=207)) GROUP BY pac.id_attribute |
17.943
ms
|
110880 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
426 |
SELECT SQL_NO_CACHE `image_type`
FROM `pswc_pm_advancedtopmenu_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 3 |
17.641
ms
|
18 |
|
|
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5599
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5581 (lookForIconInTable)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5573 (lookForIcon)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4764 (hasAtLeastOneMiIcon)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
889 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 391
AND pac.`id_product_attribute` = 40489
AND agl.`id_lang` = 3 |
17.130
ms
|
4 |
|
|
/classes/Product.php:7467
/classes/Product.php:7600 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:908 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:538 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:533 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:243 (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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
536 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 19
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
16.959
ms
|
4 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
558 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 20
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
16.616
ms
|
12 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
512 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 2170301 AND name = '_elementor_version' LIMIT 1 |
16.569
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:933 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:229 (getMainMeta)
/modules/creativeelements/modules/theme/documents/theme-document.php:89 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
367 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pswc_feature_product pf
LEFT JOIN pswc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN pswc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 119
ORDER BY f.position ASC |
16.379
ms
|
3 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
461 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=43)) AND ((pac_1.id_attribute=207)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=131 AND c.nright<=132 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((a.id_attribute_group=26)) AND ((pac_1.id_attribute=43)) AND ((pac_2.id_attribute=207)) GROUP BY pac.id_attribute |
16.305
ms
|
110880 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
166 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pswc_product_attribute` pa
INNER JOIN pswc_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` = 10759 LIMIT 1 |
16.283
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5624 (getPrice)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
547 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 8
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
16.241
ms
|
10 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
501 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module` WHERE `name` = "gdprpro" LIMIT 1 |
15.761
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/creativeelements/includes/widgets/contact-form.php:1374 (isEnabled)
/modules/creativeelements/includes/widgets/contact-form.php:1359 (initGDPR)
/modules/creativeelements/includes/managers/widgets.php:119 (__construct)
/modules/creativeelements/includes/managers/widgets.php:212 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1073 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:896 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:342 (getChildType)
/modules/creativeelements/includes/base/element-base.php:941 (addChild)
/modules/creativeelements/includes/base/element-base.php:301 (initChildren)
/modules/creativeelements/includes/base/element-base.php:848 (getChildren)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:563 (CE\apply_filters)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
582 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40462) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
15.618
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
554 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 13
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
15.367
ms
|
22 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
28 |
SELECT SQL_NO_CACHE state FROM pswc_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
15.308
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/src/Adapter/Presenter/Cart/CartPresenter.php:92 (__construct)
/classes/controller/FrontController.php:211 (__construct)
/classes/controller/Controller.php:246 (__construct)
/classes/Dispatcher.php:504 (getController)
/index.php:28 (dispatch)
|
895 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 391
AND pac.`id_product_attribute` = 40685
AND agl.`id_lang` = 3 |
15.105
ms
|
4 |
|
|
/classes/Product.php:7467
/classes/Product.php:7600 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:908 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:538 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:533 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:243 (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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
59 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 232) AND (b.`id_shop` = 1) LIMIT 1 |
14.648
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/classes/Link.php:1214 (getCategoryLink)
/classes/controller/FrontController.php:2123 (getLanguageLink)
/classes/controller/FrontController.php:1564 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
468 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) INNER JOIN pswc_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 3) WHERE ag.id_attribute_group = 31 ORDER BY agl.`name` ASC, a.`position` ASC |
14.547
ms
|
10 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
23 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pswc_module` m
LEFT JOIN `pswc_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
14.346
ms
|
85 |
|
|
/classes/module/Module.php:345
/modules/alma/alma.php:111 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
470 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) INNER JOIN pswc_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 3) WHERE ag.id_attribute_group = 32 ORDER BY agl.`name` ASC, a.`position` ASC |
14.344
ms
|
2 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
551 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 11
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
14.189
ms
|
12 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
474 |
REPLACE INTO pswc_layered_filter_block (hash, data) VALUES ("8e3667a90f320adce7740165ca527cee", "a:1:{s:7:\"filters\";a:5:{i:0;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:12:\"Categorieën\";s:6:\"values\";a:0:{}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:2;}i:1;a:10:{s:9:\"type_lite\";s:18:\"id_attribute_group\";s:4:\"type\";s:18:\"id_attribute_group\";s:6:\"id_key\";i:9;s:4:\"name\";s:7:\"Grootte\";s:14:\"is_color_group\";b:0;s:6:\"values\";a:2:{i:43;a:5:{s:4:\"name\";s:4:\"Kind\";s:3:\"nbr\";i:1;s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:45;a:4:{s:4:\"name\";s:5:\"Puber\";s:3:\"nbr\";i:1;s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:2;}i:2;a:10:{s:9:\"type_lite\";s:18:\"id_attribute_group\";s:4:\"type\";s:18:\"id_attribute_group\";s:6:\"id_key\";i:33;s:4:\"name\";s:17:\"Kleur van Liberty\";s:14:\"is_color_group\";b:1;s:6:\"values\";a:11:{i:201;a:5:{s:4:\"name\";s:4:\"Rood\";s:3:\"nbr\";i:1;s:8:\"url_name\";s:4:\"rood\";s:10:\"meta_title\";s:4:\"Rood\";s:5:\"color\";s:0:\"\";}i:202;a:5:{s:4:\"name\";s:3:\"Wit\";s:3:\"nbr\";i:1;s:8:\"url_name\";s:3:\"wit\";s:10:\"meta_title\";s:3:\"Wit\";s:5:\"color\";s:0:\"\";}i:203;a:5:{s:4:\"name\";s:5:\"Beige\";s:3:\"nbr\";i:1;s:8:\"url_name\";N;s:10:\"meta_title\";N;s:5:\"color\";s:0:\"\";}i:206;a:5:{s:4:\"name\";s:9:\"Ster Roos\";s:3:\"nbr\";i:1;s:8:\"url_name\";s:12:\"sterren-roos\";s:10:\"meta_title\";s:12:\"Sterren Roos\";s:5:\"color\";s:0:\"\";}i:207;a:6:{s:4:\"name\";s:11:\"Paarse ster\";s:3:\"nbr\";i:1;s:8:\"url_name\";s:10:\"mauve-ster\";s:10:\"meta_title\";s:10:\"Mauve-ster\";s:5:\"color\";s:0:\"\";s:7:\"checked\";b:1;}i:208;a:5:{s:4:\"name\";s:11:\"Star Oranje\";s:3:\"nbr\";i:1;s:8:\"url_name\";s:11:\"ster-oranje\";s:10:\"meta_title\";s:11:\"Ster Oranje\";s:5:\"color\";s:0:\"\";}i:209;a:5:{s:4:\"name\";s:10:\"Star Grijs\";s:3:\"nbr\";i:1;s:8:\"url_name\";s:10:\"ster-grijs\";s:10:\"meta_title\";s:10:\"Ster Grijs\";s:5:\"color\";s:0:\"\";}i:210;a:5:{s:4:\"name\";s:10:\"Ster Blauw\";s:3:\"nbr\";i:1;s:8:\"url_name\";s:13:\"sterren-blauw\";s:10:\"meta_title\";s:13:\"Sterren Blauw\";s:5:\"color\";s:0:\"\";}i:211;a:5:{s:4:\"name\";s:17:\"Blauwe jeans ster\";s:3:\"nbr\";i:1;s:8:\"url_name\";s:16:\"star-jeans-blauw\";s:10:\"meta_title\";s:16:\"Star jeans blauw\";s:5:\"color\";s:0:\"\";}i:212;a:5:{s:4:\"name\";s:17:\"Marineblauwe ster\";s:3:\"nbr\";i:1;s:8:\"url_name\";s:14:\"star-navy-blue\";s:10:\"meta_title\";s:14:\"Star Navy Blue\";s:5:\"color\";s:0:\"\";}i:213;a:5:{s:4:\"name\";s:7:\"Stermol\";s:3:\"nbr\";i:1;s:8:\"url_name\";s:13:\"sterren-taupe\";s:10:\"meta_title\";s:13:\"Sterren taupe\";s:5:\"color\";s:0:\"\";}}s:8:\"url_name\";N;s:10:\"meta_title\";s:14:\"Liberty colour\";s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:2;}i:3;a:10:{s:9:\"type_lite\";s:18:\"id_attribute_group\";s:4:\"type\";s:18:\"id_attribute_group\";s:6:\"id_key\";i:11;s:4:\"name\";s:10:\"Typografie\";s:14:\"is_color_group\";b:0;s:6:\"values\";a:7:{i:58;a:4:{s:4:\"name\";s:10:\"Vanessa 2L\";s:3:\"nbr\";i:1;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:183;a:4:{s:4:\"name\";s:10:\"1L Schrift\";s:3:\"nbr\";i:1;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:184;a:4:{s:4:\"name\";s:12:\"Monodroom 2L\";s:3:\"nbr\";i:1;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:186;a:4:{s:4:\"name\";s:9:\"Futura 3L\";s:3:\"nbr\";i:1;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:191;a:4:{s:4:\"name\";s:6:\"Grieks\";s:3:\"nbr\";i:1;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:192;a:4:{s:4:\"name\";s:9:\"Hebreeën\";s:3:\"nbr\";i:1;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:193;a:4:{s:4:\"name\";s:8:\"Arabisch\";s:3:\"nbr\";i:1;s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:2;}i:4;a:10:{s:9:\"type_lite\";s:18:\"id_attribute_group\";s:4:\"type\";s:18:\"id_attribute_group\";s:6:\"id_key\";i:32;s:4:\"name\";s:20:\"Verstelbare sluiting\";s:14:\"is_color_group\";b:0;s:6:\"values\";a:2:{i:199;a:4:{s:4:\"name\";s:23:\"Geen sluiting, bedankt.\";s:3:\"nbr\";i:1;s:8:\"url_name\";N;s:10:\"meta_title\";s:9:\"Geen gesp\";}i:200;a:4:{s:4:\"name\";s:20:\"T-sluiting ( +10€)\";s:3:\"nbr\";i:1;s:8:\"url_name\";N;s:10:\"meta_title\";s:10:\"T-sluiting\";}}s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:2;}}}") |
13.952
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:211
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (insertIntoCache)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
455 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=43)) AND ((pac_1.id_attribute=207)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=131 AND c.nright<=132 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((a.id_attribute_group=24)) AND ((pac_1.id_attribute=43)) AND ((pac_2.id_attribute=207)) GROUP BY pac.id_attribute |
13.611
ms
|
110880 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
31 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 232) AND (b.`id_shop` = 1) LIMIT 1 |
12.979
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:78 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
25 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pswc_module` m
LEFT JOIN `pswc_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
12.871
ms
|
85 |
|
|
/classes/module/Module.php:345
/modules/afgooglereviews/afgooglereviews.php:104 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
720 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40601) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
12.654
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
432 |
SELECT SQL_NO_CACHE `name`
FROM `pswc_hook`
WHERE `id_hook` = 14 LIMIT 1 |
12.562
ms
|
1 |
|
|
/classes/Hook.php:244
/classes/Hook.php:867 (getNameById)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
53 |
SELECT SQL_NO_CACHE *
FROM `pswc_mol_payment_method` a0
WHERE (a0.`id_method` = 'applepay') AND (a0.`live_environment` = 1) |
12.528
ms
|
10 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:398 (getAll)
/modules/mollie/shared/Infrastructure/Repository/AbstractRepository.php:48 (getFirst)
/modules/mollie/mollie.php:380 (findOneBy)
/classes/Hook.php:993 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:948 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
32 |
SELECT SQL_NO_CACHE * FROM `pswc_currency` c ORDER BY `iso_code` ASC |
12.501
ms
|
2 |
Yes
|
|
/classes/Currency.php:711
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
472 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) INNER JOIN pswc_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 3) WHERE ag.id_attribute_group = 35 ORDER BY agl.`name` ASC, a.`position` ASC |
12.273
ms
|
2 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
54 |
SELECT SQL_NO_CACHE 1 FROM pswc_cart_product cp INNER JOIN pswc_product p
ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
12.249
ms
|
1 |
|
|
/classes/Cart.php:4191
/classes/Cart.php:4166 (hasProducts)
/classes/Cart.php:2117 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
450 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) INNER JOIN pswc_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 3) WHERE ag.id_attribute_group = 22 ORDER BY agl.`name` ASC, a.`position` ASC |
12.040
ms
|
13 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
701 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40582) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
11.950
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
559 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 21
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
11.513
ms
|
6 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
442 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) INNER JOIN pswc_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 3) WHERE ag.id_attribute_group = 6 ORDER BY agl.`name` ASC, a.`position` ASC |
11.438
ms
|
12 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
6 |
SELECT SQL_NO_CACHE *
FROM `pswc_country` a
LEFT JOIN `pswc_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `pswc_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 3) LIMIT 1 |
11.363
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:27 (require)
|
441 |
SELECT SQL_NO_CACHE cp.id_category, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=43)) AND ((pac_1.id_attribute=207)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=131 AND c.nright<=132 GROUP BY p.id_product) p INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=43)) AND ((pac_1.id_attribute=207)) AND cg.id_group='1' AND c.level_depth<=5 AND c.nleft>131 AND c.nright<132 GROUP BY cp.id_category |
11.326
ms
|
419126400 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:992 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:158 (getCategoriesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
462 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) INNER JOIN pswc_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 3) WHERE ag.id_attribute_group = 11 ORDER BY agl.`name` ASC, a.`position` ASC |
11.272
ms
|
7 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
503 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 232040301 AND name = '_wp_page_template' LIMIT 1 |
11.262
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:971 (CE\get_post_meta)
/modules/creativeelements/modules/page-templates/module.php:72 (getMeta)
/modules/creativeelements/classes/wrappers/Helper.php:271 (templateInclude)
/modules/creativeelements/creativeelements.php:632 (CE\apply_filters)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
548 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 9
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
11.080
ms
|
12 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
454 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) INNER JOIN pswc_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 3) WHERE ag.id_attribute_group = 24 ORDER BY agl.`name` ASC, a.`position` ASC |
10.670
ms
|
17 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
541 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 4
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
10.482
ms
|
16 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
539 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 22
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
10.449
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
553 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 12
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
10.325
ms
|
18 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
898 |
SELECT SQL_NO_CACHE data
FROM `pswc_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
10.146
ms
|
0 |
|
|
/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:53 (findDataByCartIdAndShopId)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:267 (readData)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:54 (outputStoredEvents)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:993 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:369 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
896 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 391
AND pac.`id_product_attribute` = 40657
AND agl.`id_lang` = 3 |
10.061
ms
|
4 |
|
|
/classes/Product.php:7467
/classes/Product.php:7600 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:908 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:538 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:533 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:243 (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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
48 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module` WHERE `name` = "mollie" LIMIT 1 |
9.450
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/mollie/src/Handler/ErrorHandler/ErrorHandler.php:101 (isEnabled)
/modules/mollie/src/Handler/ErrorHandler/ErrorHandler.php:138 (__construct)
/modules/mollie/mollie.php:105 (getInstance)
: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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/controller/FrontController.php:477 (exec)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
560 |
SELECT SQL_NO_CACHE *
FROM `pswc_ce_theme` a
LEFT JOIN `pswc_ce_theme_lang` `b` ON a.`id_ce_theme` = b.`id_ce_theme` AND b.`id_lang` = 3
LEFT JOIN `pswc_ce_theme_shop` `c` ON a.`id_ce_theme` = c.`id_ce_theme` AND c.`id_shop` = 1
WHERE (a.`id_ce_theme` = 1) AND (b.`id_shop` = 1) LIMIT 1 |
9.409
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:101 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:146 (getInstance)
/modules/creativeelements/core/documents-manager.php:195 (CE\get_post)
/modules/creativeelements/core/documents-manager.php:269 (get)
/modules/creativeelements/includes/frontend.php:842 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
495 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 232040301 AND name = '_elementor_edit_mode' LIMIT 1 |
9.402
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/includes/db.php:306 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:214 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:563 (CE\apply_filters)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
901 |
SELECT SQL_NO_CACHE *
FROM `pswc_af_googlereviews` gr
WHERE (gr.active = 1 AND gr.rating >= 4) AND (gr.text != "")
ORDER BY gr.position DESC
LIMIT 20 |
9.191
ms
|
31 |
Yes
|
|
/modules/afgooglereviews/classes/GoogleReviews.php:88
/modules/afgooglereviews/afgooglereviews.php:985 (getGoogleReviews)
/modules/afgooglereviews/afgooglereviews.php:924 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:369 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
499 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module` WHERE `name` = "psgdpr" LIMIT 1 |
9.145
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/creativeelements/includes/widgets/contact-form.php:1368 (isEnabled)
/modules/creativeelements/includes/widgets/contact-form.php:1359 (initGDPR)
/modules/creativeelements/includes/managers/widgets.php:119 (__construct)
/modules/creativeelements/includes/managers/widgets.php:212 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1073 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:896 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:342 (getChildType)
/modules/creativeelements/includes/base/element-base.php:941 (addChild)
/modules/creativeelements/includes/base/element-base.php:301 (initChildren)
/modules/creativeelements/includes/base/element-base.php:848 (getChildren)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:563 (CE\apply_filters)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
453 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=43)) AND ((pac_1.id_attribute=207)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=131 AND c.nright<=132 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((a.id_attribute_group=7)) AND ((pac_1.id_attribute=43)) AND ((pac_2.id_attribute=207)) GROUP BY pac.id_attribute |
8.970
ms
|
41712 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
55 |
SELECT SQL_NO_CACHE 1 FROM `pswc_cart_rule` WHERE ((date_to >= "2025-07-14 00:00:00" AND date_to <= "2025-07-14 23:59:59") OR (date_from >= "2025-07-14 00:00:00" AND date_from <= "2025-07-14 23:59:59") OR (date_from < "2025-07-14 00:00:00" AND date_to > "2025-07-14 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
8.659
ms
|
1 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/Cart.php:3021 (getCustomerCartRules)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
248 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 190 AND id_shop=1 LIMIT 1 |
8.647
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
264 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 194 AND id_shop=1 LIMIT 1 |
8.421
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
567 |
SELECT SQL_NO_CACHE 1 FROM pswc_module_group WHERE id_module = 150 AND id_shop = 1 AND id_group IN (1) LIMIT 1 |
8.335
ms
|
1 |
|
|
/modules/creativeelements/includes/widgets/module.php:177
/modules/creativeelements/includes/widgets/module.php:187 (isInCustomerGroups)
/modules/creativeelements/includes/widgets/module.php:232 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `pswc_lang` l
JOIN pswc_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
8.246
ms
|
9 |
|
|
/classes/Language.php:1185
/classes/Language.php:1474 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
289 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 195
AND pac.`id_product_attribute` = 9751
AND agl.`id_lang` = 3 |
8.213
ms
|
3 |
|
|
/classes/Product.php:7467
/classes/Product.php:5788 (getAttributesParams)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `pswc_configuration` c
LEFT JOIN `pswc_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
8.073
ms
|
1451 |
|
|
/classes/Configuration.php:180
/classes/Configuration.php:229 (loadConfiguration)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
562 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 1170301 AND name = '_elementor_data' LIMIT 1 |
8.016
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:604 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:664 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:847 (getElementsData)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
581 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `pswc_product_attribute_combination` pac
LEFT JOIN `pswc_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pswc_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pac.id_product_attribute IN (40461,40462,40463,40464,40465,40466,40467,40468,40469,40470,40471,40472,40473,40474,40475,40476,40477,40478,40479,40480,40481,40482,40483,40484,40485,40486,40487,40488,40489,40490,40491,40492,40493,40494,40495,40496,40497,40498,40499,40500,40501,40502,40503,40504,40505,40506,40507,40508,40509,40510,40511,40512,40513,40514,40515,40516,40517,40518,40519,40520,40521,40522,40523,40524,40525,40526,40527,40528,40529,40530,40531,40532,40533,40534,40535,40536,40537,40538,40539,40540,40541,40542,40543,40544,40545,40546,40547,40548,40549,40550,40551,40552,40553,40554,40555,40556,40557,40558,40559,40560,40561,40562,40563,40564,40565,40566,40567,40568,40569,40570,40571,40572,40573,40574,40575,40576,40577,40578,40579,40580,40581,40582,40583,40584,40585,40586,40587,40588,40589,40590,40591,40592,40593,40594,40595,40596,40597,40598,40599,40600,40601,40602,40603,40604,40605,40606,40607,40608,40609,40610,40611,40612,40613,40614,40615,40616,40617,40618,40619,40620,40621,40622,40623,40624,40625,40626,40627,40628,40629,40630,40631,40632,40633,40634,40635,40636,40637,40638,40639,40640,40641,40642,40643,40644,40645,40646,40647,40648,40649,40650,40651,40652,40653,40654,40655,40656,40657,40658,40659,40660,40661,40662,40663,40664,40665,40666,40667,40668,40669,40670,40671,40672,40673,40674,40675,40676,40677,40678,40679,40680,40681,40682,40683,40684,40685,40686,40687,40688,40689,40690,40691,40692,40693,40694,40695,40696,40697,40698,40699,40700,40701,40702,40703,40704,40705,40706,40707,40708,40709,40710,40711,40712,40713,40714,40715,40716,40717,40718,40719,40720,40721,40722,40723,40724,40725,40726,40727,40728,40729,40730,40731,40732,40733,40734,40735,40736,40737,40738,40739,40740,40741,40742,40743,40744,40745,40746,40747,40748,40749,40750,40751,40752,40753,40754,40755,40756,40757,40758,40759,40760,40761,40762,40763,40764,40765,40766,40767,40768)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
8.007
ms
|
308 |
|
|
/classes/Product.php:2745
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
396 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 322) AND (id_product_attribute = 26531) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
7.971
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
464 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) INNER JOIN pswc_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 3) WHERE ag.id_attribute_group = 16 ORDER BY agl.`name` ASC, a.`position` ASC |
7.934
ms
|
2 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
440 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `pswc_category` c
INNER JOIN pswc_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `pswc_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 AND `id_lang` = 3
AND c.`active` = 1
ORDER BY c.nleft, c.position |
7.892
ms
|
127 |
Yes
|
|
/classes/Category.php:721
/modules/ps_facetedsearch/src/Filters/Block.php:986 (getAllCategoriesName)
/modules/ps_facetedsearch/src/Filters/Block.php:158 (getCategoriesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
333 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 26552
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 323 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 26552
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 323 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
7.818
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
912 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 232040301 AND name = '_elementor_page_settings' LIMIT 1 |
7.805
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/settings/page/manager.php:236 (CE\get_post_meta)
/modules/creativeelements/core/settings/base/manager.php:311 (getSavedSettings)
/modules/creativeelements/core/settings/base/manager.php:108 (createModel)
/modules/creativeelements/core/settings/page/manager.php:77 (getModel)
/modules/creativeelements/core/settings/manager.php:170 (getModelForConfig)
/modules/creativeelements/includes/frontend.php:1030 (getSettingsFrontendConfig)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/base/app.php:39 (getSettings)
/modules/creativeelements/includes/frontend.php:503 (printConfig)
/modules/creativeelements/includes/frontend.php:583 (enqueueScripts)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:156 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:129 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
487 |
SELECT SQL_NO_CACHE *
FROM `pswc_product` a
LEFT JOIN `pswc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `pswc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 391) AND (b.`id_shop` = 1) LIMIT 1 |
7.778
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:696 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
319 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pswc_feature_product pf
LEFT JOIN pswc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN pswc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 198
ORDER BY f.position ASC |
7.763
ms
|
3 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
696 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40577) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
7.705
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
334 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pswc_product` p LEFT JOIN `pswc_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pswc_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` = 323 AND pa.`id_product` = 323 AND pa.`id_product_attribute` = 26552 LIMIT 1 |
7.544
ms
|
1 |
|
|
/classes/Product.php:1203
/classes/Product.php:5756 (getAvailableDate)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
561 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 1170301 AND name = '_elementor_page_settings' LIMIT 1 |
7.424
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:1054 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:224 (__construct)
/modules/creativeelements/core/documents-manager.php:269 (get)
/modules/creativeelements/includes/frontend.php:842 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
69 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module` WHERE `name` = "pm_advancedpack" LIMIT 1 |
7.306
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2081 (getModuleIdByName)
/modules/facebookproductad/lib/moduleTools.php:425 (isInstalled)
/modules/facebookproductad/facebookproductad.php:141 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
283 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 195 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 195 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
7.269
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
365 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 11387
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 119 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 11387
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 119 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
7.190
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
505 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 2170301 AND name = '_elementor_page_settings' LIMIT 1 |
6.861
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:1054 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:224 (__construct)
/modules/creativeelements/core/documents-manager.php:269 (get)
/modules/creativeelements/includes/frontend.php:842 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
858 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40739) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
6.717
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
879 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40760) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
6.671
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
47 |
SELECT SQL_NO_CACHE id_shop
FROM `pswc_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
6.658
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:427 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
78 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pswc_product` p
INNER JOIN `pswc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pswc_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` = 94) |
6.586
ms
|
12 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
651 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40531) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
6.581
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
34 |
SELECT SQL_NO_CACHE c.id_currency
FROM `pswc_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
6.553
ms
|
1 |
|
|
/classes/Currency.php:895
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
75 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pswc_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1
AND cl.`id_category` = 173 LIMIT 1 |
6.534
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5617 (getLinkRewrite)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
72 |
SELECT SQL_NO_CACHE id_order
FROM `pswc_orders` o
WHERE (o.id_cart=0) LIMIT 1 |
6.517
ms
|
1 |
|
|
/modules/facebookproductad/lib/dao/moduleDao.php:383
/modules/facebookproductad/lib/hook/hookDisplay.php:108 (getOrderIdFromCart)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
533 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 18
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
6.353
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
257 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 190
AND pac.`id_product_attribute` = 10129
AND agl.`id_lang` = 3 |
6.329
ms
|
2 |
|
|
/classes/Product.php:7467
/classes/Product.php:5788 (getAttributesParams)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
409 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 324 AND `id_group` = 1 LIMIT 1 |
6.310
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
169 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 184 AND `id_group` = 1 LIMIT 1 |
6.220
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
16 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `pswc_module` m
INNER JOIN pswc_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `pswc_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `pswc_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `pswc_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
6.198
ms
|
225 |
Yes
|
Yes
|
/classes/Hook.php:1183
/classes/Hook.php:699 (getAllHookRegistrations)
/classes/Hook.php:803 (getHookModuleExecList)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
782 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40663) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
6.197
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
121 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
6.189
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1 |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM pswc_shop_group gs
LEFT JOIN pswc_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN pswc_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
6.115
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:715
/classes/shop/Shop.php:774 (cacheShops)
/classes/Configuration.php:299 (getShops)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
563 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 1170301 AND name = '_elementor_css' LIMIT 1 |
6.089
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:213 (loadMeta)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
73 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-07-14 00:00:00",
INTERVAL 365 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `pswc_category_product` cp
LEFT JOIN `pswc_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `pswc_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN pswc_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `pswc_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `pswc_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 3 AND pl.id_shop = 1 )
LEFT JOIN `pswc_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `pswc_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 3)
LEFT JOIN `pswc_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 232 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,100 |
6.080
ms
|
23 |
Yes
|
|
/classes/Category.php:1059
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
383 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pswc_feature_product pf
LEFT JOIN pswc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN pswc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 95
ORDER BY f.position ASC |
5.967
ms
|
3 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
783 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40664) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
5.948
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
24 |
SELECT SQL_NO_CACHE * FROM `pswc_hook` h
ORDER BY `name` |
5.899
ms
|
994 |
Yes
|
|
/classes/Hook.php:191
/modules/alma/lib/Helpers/HookHelper.php:43 (getHooks)
/modules/alma/alma.php:123 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
116 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 173 LIMIT 1 |
5.897
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
18 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `pswc_hook` |
5.887
ms
|
994 |
|
|
/classes/Hook.php:1242
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:812 (getIdByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
528 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 6
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
5.786
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
892 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 391
AND pac.`id_product_attribute` = 40601
AND agl.`id_lang` = 3 |
5.743
ms
|
4 |
|
|
/classes/Product.php:7467
/classes/Product.php:7600 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:908 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:538 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:533 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:243 (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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
458 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) INNER JOIN pswc_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 3) WHERE ag.id_attribute_group = 19 ORDER BY agl.`name` ASC, a.`position` ASC |
5.472
ms
|
7 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
565 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 1170301 AND name = '_elementor_data' LIMIT 1 |
5.470
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:604 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:664 (getJsonMeta)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:66 (getElementsData)
/modules/creativeelements/core/files/css/post.php:187 (getData)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
408 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 324 AND id_shop=1 LIMIT 1 |
5.456
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
585 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40465) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
5.434
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
583 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40463) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
5.392
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
7 |
SELECT SQL_NO_CACHE *
FROM `pswc_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
5.333
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:27 (require)
|
656 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40536) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
5.322
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
842 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40723) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
5.270
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
888 |
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 `pswc_product_attribute` pa
INNER JOIN pswc_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 `pswc_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pswc_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `pswc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (391) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
5.229
ms
|
308 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:243 (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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
19 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pswc_module` m
LEFT JOIN `pswc_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
5.216
ms
|
85 |
|
|
/classes/module/Module.php:345
/modules/lgseoredirect/lgseoredirect.php:50 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
71 |
SELECT SQL_NO_CACHE * FROM `pswc_image_type` |
5.184
ms
|
7 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/modules/facebookproductad/conf/moduleConfiguration.php:649 (getFormattedName)
/modules/facebookproductad/facebookproductad.php:154 (getConfVar)
: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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
268 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 194) AND (id_product_attribute = 7070) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
5.129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
57 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
5.099
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/controller/FrontController.php:1613 (isEnabled)
/classes/controller/FrontController.php:1756 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:269 (getTemplateVarPage)
/classes/controller/FrontController.php:506 (getTemplateVarPage)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
514 |
SELECT SQL_NO_CACHE atp.*, atpl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name,
ccl.name as cms_category_name
FROM `pswc_pm_advancedtopmenu` atp
LEFT JOIN `pswc_pm_advancedtopmenu_lang` atpl ON (atp.`id_menu` = atpl.`id_menu` AND atpl.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = atp.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = atp.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = atp.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atp.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atp.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atp.`active` = 1 AND (atp.`active_desktop` = 1 || atp.`active_mobile` = 1)
AND ((atp.`id_manufacturer` = 0 AND atp.`id_supplier` = 0 AND atp.`id_category` = 0 AND atp.`id_cms` = 0 AND atp.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND IF (atp.`id_category` IS NULL OR atp.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atp.`id_menu`
ORDER BY atp.`position` |
5.092
ms
|
12 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuClass.php:322
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4925 (getMenus)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
437 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) INNER JOIN pswc_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 3) WHERE ag.id_attribute_group = 33 ORDER BY agl.`name` ASC, a.`position` ASC |
5.087
ms
|
13 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Converter.php:427 (getAttributes)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
402 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute` a
LEFT JOIN `pswc_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 26531) LIMIT 1 |
5.051
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
46 |
SELECT SQL_NO_CACHE *
FROM `pswc_group_lang`
WHERE `id_group` = 1 |
5.038
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:427 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
605 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40485) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
4.926
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
86 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_group`
WHERE `id_group` = 1 LIMIT 1 |
4.887
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3984 (getReductionByIdGroup)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
707 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40588) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
4.878
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
37 |
SELECT SQL_NO_CACHE `id_lang` FROM `pswc_lang`
WHERE `locale` = 'nl-nl'
OR `language_code` = 'nl-nl' LIMIT 1 |
4.812
ms
|
3 |
|
|
/classes/Language.php:852
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
256 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 190
AND `required` = 1 AND `is_deleted` = 0 |
4.802
ms
|
3 |
|
|
/classes/Product.php:6555
/classes/Product.php:5782 (getRequiredCustomizableFieldsStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
574 |
SELECT SQL_NO_CACHE 1 FROM pswc_module_group WHERE id_module = 156 AND id_shop = 1 AND id_group IN (1) LIMIT 1 |
4.732
ms
|
1 |
|
|
/modules/creativeelements/includes/widgets/module.php:177
/modules/creativeelements/includes/widgets/module.php:187 (isInCustomerGroups)
/modules/creativeelements/includes/widgets/module.php:232 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
219 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
4.695
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
834 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40715) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
4.530
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
894 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 391
AND pac.`id_product_attribute` = 40713
AND agl.`id_lang` = 3 |
4.427
ms
|
4 |
|
|
/classes/Product.php:7467
/classes/Product.php:7600 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:908 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:538 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:533 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:243 (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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
498 |
SELECT SQL_NO_CACHE state FROM pswc_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
4.237
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/creativeelements/includes/base/widget-product-base.php:58 (__construct)
/modules/creativeelements/includes/managers/widgets.php:119 (__construct)
/modules/creativeelements/includes/managers/widgets.php:212 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1073 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:896 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:342 (getChildType)
/modules/creativeelements/includes/base/element-base.php:941 (addChild)
/modules/creativeelements/includes/base/element-base.php:301 (initChildren)
/modules/creativeelements/includes/base/element-base.php:848 (getChildren)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:563 (CE\apply_filters)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
317 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 6638
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 198 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 6638
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 198 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
4.210
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
209 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 186
AND pac.`id_product_attribute` = 10453
AND agl.`id_lang` = 3 |
4.194
ms
|
3 |
|
|
/classes/Product.php:7467
/classes/Product.php:5788 (getAttributesParams)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
109 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pswc_product` p LEFT JOIN `pswc_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pswc_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` = 96 AND pa.`id_product` = 96 AND pa.`id_product_attribute` = 7699 LIMIT 1 |
4.184
ms
|
1 |
|
|
/classes/Product.php:1203
/classes/Product.php:5756 (getAvailableDate)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
775 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40656) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
4.174
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
368 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 119
AND `required` = 1 AND `is_deleted` = 0 |
4.140
ms
|
3 |
|
|
/classes/Product.php:6555
/classes/Product.php:5782 (getRequiredCustomizableFieldsStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
193 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 185
AND pac.`id_product_attribute` = 24297
AND agl.`id_lang` = 3 |
4.136
ms
|
2 |
|
|
/classes/Product.php:7467
/classes/Product.php:5788 (getAttributesParams)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
229 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 175 LIMIT 1 |
4.026
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
580 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `pswc_product_attribute` pa
INNER JOIN pswc_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` = 391
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
3.990
ms
|
308 |
|
Yes
|
/classes/Product.php:2727
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
151 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pswc_product` p
INNER JOIN `pswc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pswc_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` = 152) |
3.977
ms
|
204 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
76 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 173 LIMIT 1 |
3.959
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
38 |
SELECT SQL_NO_CACHE c.id_currency
FROM `pswc_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
3.940
ms
|
1 |
|
|
/classes/Currency.php:895
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
58 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
3.930
ms
|
0 |
|
|
/classes/module/Module.php:2106
/classes/controller/FrontController.php:1613 (isEnabled)
/classes/controller/FrontController.php:1756 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:269 (getTemplateVarPage)
/classes/controller/FrontController.php:506 (getTemplateVarPage)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
316 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 198) AND (id_product_attribute = 6638) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.919
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
153 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 152 AND `id_group` = 1 LIMIT 1 |
3.912
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
8 |
SELECT SQL_NO_CACHE *
FROM `pswc_lang` a
LEFT JOIN `pswc_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 2) LIMIT 1 |
3.907
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:27 (require)
|
167 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pswc_product` p
INNER JOIN `pswc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pswc_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` = 184) |
3.903
ms
|
204 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
575 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `pswc_currency` c
LEFT JOIN pswc_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1 |
3.892
ms
|
2 |
|
|
/classes/Currency.php:1138
/classes/Currency.php:1155 (countActiveCurrencies)
/classes/module/Module.php:2201 (isMultiCurrencyActivated)
/modules/ps_linklist/ps_linklist.php:276 (getCacheId)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f8/69/7f/f8697fdf083876589715b7556a3497c99662a5c8_2.file.head.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f8/69/7f/f8697fdf083876589715b7556a3497c99662a5c8_2.file.head.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1cd803_10096477)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:134 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
198 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pswc_product_attribute` pa
INNER JOIN pswc_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` = 10453 LIMIT 1 |
3.883
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5624 (getPrice)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
622 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40502) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.880
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
603 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40483) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.878
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
741 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40622) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.877
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
145 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 105
AND pac.`id_product_attribute` = 7663
AND agl.`id_lang` = 3 |
3.864
ms
|
2 |
|
|
/classes/Product.php:7467
/classes/Product.php:5788 (getAttributesParams)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
26 |
SELECT SQL_NO_CACHE value FROM `pswc_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
3.862
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/modules/afgooglereviews/afgooglereviews.php:106 (isFeatureActive)
: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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
187 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 185 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 185 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3.840
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
27 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `pswc_meta` m
LEFT JOIN `pswc_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
3.839
ms
|
67 |
Yes
|
|
/classes/Dispatcher.php:633
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
578 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_lang`
WHERE `id_product` = 391 AND `id_shop` = 1 |
3.838
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
87 |
SELECT SQL_NO_CACHE tr.*
FROM `pswc_tax_rule` tr
JOIN `pswc_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 3
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('1050' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '1050')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
3.831
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3942 (getTaxCalculator)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5672 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
579 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pswc_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 173 LIMIT 1 |
3.778
ms
|
0 |
|
|
/classes/Category.php:1375
/classes/Product.php:758 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
220 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 188) AND (id_product_attribute = 10147) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.718
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
759 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40640) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.668
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
576 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM pswc_link_block lb
INNER JOIN pswc_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 515 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
3.657
ms
|
6 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f8/69/7f/f8697fdf083876589715b7556a3497c99662a5c8_2.file.head.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f8/69/7f/f8697fdf083876589715b7556a3497c99662a5c8_2.file.head.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1cd803_10096477)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:134 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
519 |
SELECT SQL_NO_CACHE atmcw.*, atmcwl.*
FROM `pswc_pm_advancedtopmenu_columns_wrap` atmcw
LEFT JOIN `pswc_pm_advancedtopmenu_columns_wrap_lang` atmcwl ON (atmcw.`id_wrap` = atmcwl.`id_wrap` AND atmcwl.`id_lang` = 3)
WHERE atmcw.`active` = 1 AND (atmcw.`active_desktop` = 1 || atmcw.`active_mobile` = 1) AND atmcw.`id_menu` = 6
ORDER BY atmcw.`position` |
3.656
ms
|
4 |
Yes
|
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php:135
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php:142 (getMenuColumnsWrap)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4930 (getMenusColumnsWrap)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
146 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute` a
LEFT JOIN `pswc_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 7663) LIMIT 1 |
3.625
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
154 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 152) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.625
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
653 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40533) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.593
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
459 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=43)) AND ((pac_1.id_attribute=207)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=131 AND c.nright<=132 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((a.id_attribute_group=19)) AND ((pac_1.id_attribute=43)) AND ((pac_2.id_attribute=207)) GROUP BY pac.id_attribute |
3.547
ms
|
110880 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
769 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40650) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.480
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
899 |
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `pswc_category_product` cp
LEFT JOIN `pswc_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `pswc_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN pswc_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (391) AND cl.`id_lang` = 3
ORDER BY c.`level_depth` DESC |
3.450
ms
|
22 |
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:993 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:369 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
152 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 152 AND id_shop=1 LIMIT 1 |
3.393
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
140 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 105) AND (id_product_attribute = 7663) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.389
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
506 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 2170301 AND name = '_elementor_data' LIMIT 1 |
3.367
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:604 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:664 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:847 (getElementsData)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
205 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 10453
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 186 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 10453
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 186 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3.198
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
15 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `pswc_hook` h
WHERE (h.active = 1) |
3.189
ms
|
994 |
|
|
/classes/Hook.php:1282
/classes/Hook.php:774 (getHookStatusByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM pswc_shop_url su
LEFT JOIN pswc_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.artemi.be' OR su.domain_ssl = 'www.artemi.be')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
3.153
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1363
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
12 |
SELECT SQL_NO_CACHE `id_lang` FROM `pswc_lang` WHERE `iso_code` = 'nl' LIMIT 1 |
3.139
ms
|
3 |
|
|
/classes/Language.php:823
/classes/Tools.php:626 (getIdByIso)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
540 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 3
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
3.128
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
467 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=43)) AND ((pac_1.id_attribute=207)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=131 AND c.nright<=132 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((a.id_attribute_group=27)) AND ((pac_1.id_attribute=43)) AND ((pac_2.id_attribute=207)) GROUP BY pac.id_attribute |
3.122
ms
|
110880 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
208 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 186
AND `required` = 1 AND `is_deleted` = 0 |
3.049
ms
|
3 |
|
|
/classes/Product.php:6555
/classes/Product.php:5782 (getRequiredCustomizableFieldsStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
469 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=43)) AND ((pac_1.id_attribute=207)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=131 AND c.nright<=132 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((a.id_attribute_group=31)) AND ((pac_1.id_attribute=43)) AND ((pac_2.id_attribute=207)) GROUP BY pac.id_attribute |
2.926
ms
|
110880 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
70 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module` WHERE `name` = "btfacebookchats" LIMIT 1 |
2.891
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2081 (getModuleIdByName)
/modules/facebookproductad/lib/moduleTools.php:425 (isInstalled)
/modules/facebookproductad/facebookproductad.php:142 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
192 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 185
AND `required` = 1 AND `is_deleted` = 0 |
2.880
ms
|
2 |
|
|
/classes/Product.php:6555
/classes/Product.php:5782 (getRequiredCustomizableFieldsStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
143 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pswc_feature_product pf
LEFT JOIN pswc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN pswc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 105
ORDER BY f.position ASC |
2.874
ms
|
3 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
204 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 186) AND (id_product_attribute = 10453) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.864
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
816 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40697) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.860
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
364 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 119) AND (id_product_attribute = 11387) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.810
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
667 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40547) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.732
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
636 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40516) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.728
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
3 |
SELECT SQL_NO_CACHE *
FROM `pswc_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
2.691
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
172 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 184) AND (id_product_attribute = 10759) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.680
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
826 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40707) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.672
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
161 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 152
AND pac.`id_product_attribute` = 11065
AND agl.`id_lang` = 3 |
2.664
ms
|
3 |
|
|
/classes/Product.php:7467
/classes/Product.php:5788 (getAttributesParams)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
586 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40466) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.653
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
197 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 173 LIMIT 1 |
2.627
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
79 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 94 AND id_shop=1 LIMIT 1 |
2.568
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
544 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 6
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
2.548
ms
|
14 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
22 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pswc_module` m
LEFT JOIN `pswc_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
2.537
ms
|
85 |
|
|
/classes/module/Module.php:345
/modules/glotio/glotio.php:64 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
165 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 173 LIMIT 1 |
2.526
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
190 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pswc_product` p LEFT JOIN `pswc_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pswc_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` = 185 AND pa.`id_product` = 185 AND pa.`id_product_attribute` = 24297 LIMIT 1 |
2.448
ms
|
1 |
|
|
/classes/Product.php:1203
/classes/Product.php:5756 (getAvailableDate)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
149 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 173 LIMIT 1 |
2.407
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
392 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 322 AND id_shop=1 LIMIT 1 |
2.306
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
475 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-14 00:00:00',
INTERVAL 365 DAY
)
) > 0) as new
FROM pswc_product p
LEFT JOIN pswc_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN pswc_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN pswc_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (391) |
2.296
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
21 |
SELECT SQL_NO_CACHE * FROM pswc_lgseoredirect WHERE (CONCAT("", url_old) = "/nl/232-tiener-fijnproevers?q=Kleur+van+Liberty-mauve%5C-ster%2FGrootte-Kind" OR CONCAT("", url_old) LIKE "/nl/232-tiener-fijnproevers?q=Kleur+van+Liberty-mauve%5C-ster%2FGrootte-Kind#%") AND id_shop = "1" ORDER BY id DESC LIMIT 1 |
2.291
ms
|
1 |
|
|
/modules/lgseoredirect/lgseoredirect.php:760
/modules/lgseoredirect/lgseoredirect.php:780 (checkRedirection)
/classes/Hook.php:993 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
227 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 10147 |
2.272
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
839 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40720) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
681 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40561) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.094
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
287 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pswc_feature_product pf
LEFT JOIN pswc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN pswc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 195
ORDER BY f.position ASC |
2.072
ms
|
3 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
128 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 97
AND pac.`id_product_attribute` = 7681
AND agl.`id_lang` = 3 |
1.899
ms
|
2 |
|
|
/classes/Product.php:7467
/classes/Product.php:5788 (getAttributesParams)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
449 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=43)) AND ((pac_1.id_attribute=207)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=131 AND c.nright<=132 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((a.id_attribute_group=28)) AND ((pac_1.id_attribute=43)) AND ((pac_2.id_attribute=207)) GROUP BY pac.id_attribute |
1.847
ms
|
62568 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
221 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 10147
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 10147
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.833
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
155 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 152 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 152 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.802
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
20 |
SELECT SQL_NO_CACHE name, alias FROM `pswc_hook_alias` |
1.799
ms
|
88 |
|
|
/classes/Hook.php:339
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:363 (normalizeHookName)
/classes/Hook.php:386 (getAllKnownNames)
/classes/Hook.php:921 (isHookCallableOn)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
81 |
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `pswc_hook_module` hm
STRAIGHT_JOIN `pswc_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `pswc_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
1.749
ms
|
551 |
|
|
/classes/Hook.php:456
/classes/Hook.php:493 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3915 (getManager)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
425 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module` WHERE `name` = "pm_advancedcookiebanner" LIMIT 1 |
1.698
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2081 (getModuleIdByName)
/modules/facebookproductad/lib/moduleTools.php:425 (isInstalled)
/modules/facebookproductad/lib/moduleTools.php:1783 (isInstalled)
/modules/facebookproductad/lib/hook/hookDisplay.php:128 (getConsentStatus)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
891 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 391
AND pac.`id_product_attribute` = 40545
AND agl.`id_lang` = 3 |
1.687
ms
|
4 |
|
|
/classes/Product.php:7467
/classes/Product.php:7600 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:908 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:538 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:533 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:243 (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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
17 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `pswc_hook_alias` |
1.681
ms
|
88 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:710 (getHookAliasesFor)
/classes/Hook.php:803 (getHookModuleExecList)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
313 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 198 AND `id_group` = 1 LIMIT 1 |
1.676
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
770 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40651) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.662
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM pswc_shop s
LEFT JOIN pswc_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
1.625
ms
|
1 |
|
|
/classes/shop/Shop.php:218
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
41 |
SELECT SQL_NO_CACHE *
FROM `pswc_country` a
LEFT JOIN `pswc_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 3
LEFT JOIN `pswc_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 3) LIMIT 1 |
1.580
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/controller/FrontController.php:350 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
673 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40553) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.558
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
36 |
SELECT SQL_NO_CACHE `id_lang` FROM `pswc_lang`
WHERE `locale` = 'nl-nl'
OR `language_code` = 'nl-nl' LIMIT 1 |
1.555
ms
|
3 |
|
|
/classes/Language.php:852
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
80 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `pswc_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `pswc_hook_alias` ha
INNER JOIN `pswc_hook` h ON ha.name = h.name |
1.545
ms
|
0 |
|
|
/classes/Hook.php:1242
/classes/Hook.php:225 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3915 (getManager)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
915 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 0 AND name = '_u_elementor_preferences' LIMIT 1 |
1.516
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/classes/wrappers/UId.php:329 (CE\get_post_meta)
/modules/creativeelements/core/settings/editor-preferences/manager.php:59 (CE\get_user_meta)
/modules/creativeelements/core/settings/base/manager.php:311 (getSavedSettings)
/modules/creativeelements/core/settings/base/manager.php:108 (createModel)
/modules/creativeelements/core/settings/editor-preferences/manager.php:31 (getModel)
/modules/creativeelements/core/settings/manager.php:170 (getModelForConfig)
/modules/creativeelements/includes/frontend.php:1030 (getSettingsFrontendConfig)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/base/app.php:39 (getSettings)
/modules/creativeelements/includes/frontend.php:503 (printConfig)
/modules/creativeelements/includes/frontend.php:583 (enqueueScripts)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:156 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:129 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
376 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 95 AND id_shop=1 LIMIT 1 |
1.478
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
726 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40607) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.474
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
160 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 152
AND `required` = 1 AND `is_deleted` = 0 |
1.420
ms
|
3 |
|
|
/classes/Product.php:6555
/classes/Product.php:5782 (getRequiredCustomizableFieldsStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
447 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=43)) AND ((pac_1.id_attribute=207)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=131 AND c.nright<=132 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((a.id_attribute_group=30)) AND ((pac_1.id_attribute=43)) AND ((pac_2.id_attribute=207)) GROUP BY pac.id_attribute |
1.399
ms
|
41712 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
904 |
SELECT SQL_NO_CACHE *
FROM `pswc_af_googlereviews` gr
WHERE (gr.active = 1 AND gr.rating >= 4) AND (gr.text != "")
ORDER BY gr.position DESC
LIMIT 20 |
1.354
ms
|
31 |
Yes
|
|
/modules/afgooglereviews/classes/GoogleReviews.php:88
/modules/afgooglereviews/afgooglereviews.php:994 (getGoogleReviews)
/modules/afgooglereviews/afgooglereviews.php:931 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:369 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
465 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=43)) AND ((pac_1.id_attribute=207)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=131 AND c.nright<=132 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((a.id_attribute_group=16)) AND ((pac_1.id_attribute=43)) AND ((pac_2.id_attribute=207)) GROUP BY pac.id_attribute |
1.303
ms
|
41712 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
50 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM pswc_category_group ctg
WHERE ctg.`id_category` = 232 AND ctg.`id_group` = 1 LIMIT 1 |
1.278
ms
|
1 |
|
|
/classes/Category.php:1751
/controllers/front/listing/CategoryController.php:90 (checkAccess)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
473 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=43)) AND ((pac_1.id_attribute=207)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=131 AND c.nright<=132 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN pswc_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((a.id_attribute_group=35)) AND ((pac_1.id_attribute=43)) AND ((pac_2.id_attribute=207)) GROUP BY pac.id_attribute |
1.267
ms
|
41712 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
549 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 18
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
1.264
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
223 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pswc_feature_product pf
LEFT JOIN pswc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN pswc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188
ORDER BY f.position ASC |
1.257
ms
|
3 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
535 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 17
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
1.211
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
33 |
SELECT SQL_NO_CACHE `id_lang` FROM `pswc_lang`
WHERE `locale` = 'nl-nl'
OR `language_code` = 'nl-nl' LIMIT 1 |
1.204
ms
|
3 |
|
|
/classes/Language.php:852
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
85 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 94 AND `id_group` = 1 LIMIT 1 |
1.202
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
35 |
SELECT SQL_NO_CACHE *
FROM `pswc_currency` a
LEFT JOIN `pswc_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 3
LEFT JOIN `pswc_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
1.187
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
13 |
SELECT SQL_NO_CACHE *
FROM `pswc_lang` a
LEFT JOIN `pswc_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 3) LIMIT 1 |
1.187
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Tools.php:640 (__construct)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
604 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40484) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.187
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
434 |
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `pswc_attribute_group` ag INNER JOIN pswc_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) LEFT JOIN `pswc_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `pswc_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 3) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
1.186
ms
|
23 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:137
/modules/ps_facetedsearch/src/Filters/Converter.php:413 (getAttributesGroups)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
529 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 13
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
1.181
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
452 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) INNER JOIN pswc_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 3) WHERE ag.id_attribute_group = 7 ORDER BY agl.`name` ASC, a.`position` ASC |
1.158
ms
|
2 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `pswc_lang` l
LEFT JOIN `pswc_lang_shop` ls ON (l.id_lang = ls.id_lang) |
1.127
ms
|
3 |
|
|
/classes/Language.php:1049
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
521 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 2
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
1.086
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
74 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 94
AND image_shop.`cover` = 1 LIMIT 1 |
1.037
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
189 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 24297
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 185 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 24297
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 185 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.035
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
168 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 184 AND id_shop=1 LIMIT 1 |
1.033
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
688 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40568) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.989
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
532 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 14
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
0.972
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
534 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 16
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
0.972
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
538 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 20
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
0.921
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
537 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 21
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
0.904
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
524 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 9
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
0.896
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
522 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 3
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
0.892
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
665 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40545) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.885
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
525 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 11
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
0.875
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
526 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 10
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
0.869
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
523 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 4
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
0.849
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
530 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 15
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
0.841
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
527 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 3)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 3)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 3 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 12
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
0.820
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
148 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 152
AND image_shop.`cover` = 1 LIMIT 1 |
0.820
ms
|
20 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
136 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 105 AND id_shop=1 LIMIT 1 |
0.818
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
606 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40486) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.815
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
840 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40721) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.810
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
141 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 7663
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 105 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 7663
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 105 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.804
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
343 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pswc_product` p
INNER JOIN `pswc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pswc_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` = 391) |
0.779
ms
|
308 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
490 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pswc_product_attribute_image` pai
LEFT JOIN `pswc_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `pswc_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (40461, 40462, 40463, 40464, 40465, 40466, 40467, 40468, 40469, 40470, 40471, 40472, 40473, 40474, 40475, 40476, 40477, 40478, 40479, 40480, 40481, 40482, 40483, 40484, 40485, 40486, 40487, 40488, 40489, 40490, 40491, 40492, 40493, 40494, 40495, 40496, 40497, 40498, 40499, 40500, 40501, 40502, 40503, 40504, 40505, 40506, 40507, 40508, 40509, 40510, 40511, 40512, 40513, 40514, 40515, 40516, 40517, 40518, 40519, 40520, 40521, 40522, 40523, 40524, 40525, 40526, 40527, 40528, 40529, 40530, 40531, 40532, 40533, 40534, 40535, 40536, 40537, 40538, 40539, 40540, 40541, 40542, 40543, 40544, 40545, 40546, 40547, 40548, 40549, 40550, 40551, 40552, 40553, 40554, 40555, 40556, 40557, 40558, 40559, 40560, 40561, 40562, 40563, 40564, 40565, 40566, 40567, 40568, 40569, 40570, 40571, 40572, 40573, 40574, 40575, 40576, 40577, 40578, 40579, 40580, 40581, 40582, 40583, 40584, 40585, 40586, 40587, 40588, 40589, 40590, 40591, 40592, 40593, 40594, 40595, 40596, 40597, 40598, 40599, 40600, 40601, 40602, 40603, 40604, 40605, 40606, 40607, 40608, 40609, 40610, 40611, 40612, 40613, 40614, 40615, 40616, 40617, 40618, 40619, 40620, 40621, 40622, 40623, 40624, 40625, 40626, 40627, 40628, 40629, 40630, 40631, 40632, 40633, 40634, 40635, 40636, 40637, 40638, 40639, 40640, 40641, 40642, 40643, 40644, 40645, 40646, 40647, 40648, 40649, 40650, 40651, 40652, 40653, 40654, 40655, 40656, 40657, 40658, 40659, 40660, 40661, 40662, 40663, 40664, 40665, 40666, 40667, 40668, 40669, 40670, 40671, 40672, 40673, 40674, 40675, 40676, 40677, 40678, 40679, 40680, 40681, 40682, 40683, 40684, 40685, 40686, 40687, 40688, 40689, 40690, 40691, 40692, 40693, 40694, 40695, 40696, 40697, 40698, 40699, 40700, 40701, 40702, 40703, 40704, 40705, 40706, 40707, 40708, 40709, 40710, 40711, 40712, 40713, 40714, 40715, 40716, 40717, 40718, 40719, 40720, 40721, 40722, 40723, 40724, 40725, 40726, 40727, 40728, 40729, 40730, 40731, 40732, 40733, 40734, 40735, 40736, 40737, 40738, 40739, 40740, 40741, 40742, 40743, 40744, 40745, 40746, 40747, 40748, 40749, 40750, 40751, 40752, 40753, 40754, 40755, 40756, 40757, 40758, 40759, 40760, 40761, 40762, 40763, 40764, 40765, 40766, 40767, 40768) AND il.`id_lang` = 3 ORDER by i.`position` |
0.765
ms
|
308 |
Yes
|
|
/classes/Product.php:2914
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:696 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
695 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40576) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.761
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
702 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40583) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.759
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
52 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `pswc_category` c
INNER JOIN pswc_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `pswc_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 232
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.722
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:921
/controllers/front/listing/CategoryController.php:223 (getSubCategories)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
903 |
SELECT SQL_NO_CACHE *
FROM `pswc_af_googlereviews` gr
WHERE (gr.active = 1 AND gr.rating >= 4) AND (gr.text != "")
ORDER BY gr.position DESC
LIMIT 20 |
0.720
ms
|
31 |
Yes
|
|
/modules/afgooglereviews/classes/GoogleReviews.php:88
/modules/afgooglereviews/afgooglereviews.php:985 (getGoogleReviews)
/modules/afgooglereviews/afgooglereviews.php:931 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:369 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
873 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40754) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.714
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
747 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40628) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.706
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
77 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pswc_product_attribute` pa
INNER JOIN pswc_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` = 7735 LIMIT 1 |
0.696
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5624 (getPrice)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
158 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pswc_product` p LEFT JOIN `pswc_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pswc_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` = 152 AND pa.`id_product` = 152 AND pa.`id_product_attribute` = 11065 LIMIT 1 |
0.677
ms
|
1 |
|
|
/classes/Product.php:1203
/classes/Product.php:5756 (getAvailableDate)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
765 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40646) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.653
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
779 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40660) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.648
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
435 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) INNER JOIN pswc_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 3) WHERE ag.id_attribute_group = 9 ORDER BY agl.`name` ASC, a.`position` ASC |
0.640
ms
|
6 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Converter.php:427 (getAttributes)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
235 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 189 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 189 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.638
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
251 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 190 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 190 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.627
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
265 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 194 AND `id_group` = 1 LIMIT 1 |
0.625
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
199 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pswc_product` p
INNER JOIN `pswc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pswc_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` = 186) |
0.620
ms
|
204 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
803 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40684) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.619
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
311 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pswc_product` p
INNER JOIN `pswc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pswc_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` = 198) |
0.609
ms
|
204 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
39 |
SELECT SQL_NO_CACHE *
FROM `pswc_currency` a
LEFT JOIN `pswc_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 3
LEFT JOIN `pswc_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.605
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
822 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40703) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.603
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
110 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pswc_feature_product pf
LEFT JOIN pswc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN pswc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 96
ORDER BY f.position ASC |
0.596
ms
|
3 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
893 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 391
AND pac.`id_product_attribute` = 40741
AND agl.`id_lang` = 3 |
0.587
ms
|
4 |
|
|
/classes/Product.php:7467
/classes/Product.php:7600 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:908 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:538 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:533 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:243 (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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
237 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 7231
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 189 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 7231
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 189 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.582
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
652 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40532) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.563
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
886 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40767) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.545
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
267 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 194 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 194 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.542
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
215 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pswc_product` p
INNER JOIN `pswc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pswc_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` = 188) |
0.538
ms
|
204 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
448 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) INNER JOIN pswc_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 3) WHERE ag.id_attribute_group = 28 ORDER BY agl.`name` ASC, a.`position` ASC |
0.529
ms
|
3 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
122 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 97 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 97 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.521
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
436 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) INNER JOIN pswc_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 3) WHERE ag.id_attribute_group = 30 ORDER BY agl.`name` ASC, a.`position` ASC |
0.511
ms
|
2 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Converter.php:427 (getAttributes)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
51 |
SELECT SQL_NO_CACHE state FROM pswc_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.504
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:198 (getImage)
/controllers/front/listing/CategoryController.php:99 (getTemplateVarCategory)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
584 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40464) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.502
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
157 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 11065
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 152 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 11065
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 152 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.499
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
705 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40586) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.497
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
241 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 189
AND pac.`id_product_attribute` = 7231
AND agl.`id_lang` = 3 |
0.490
ms
|
2 |
|
|
/classes/Product.php:7467
/classes/Product.php:5788 (getAttributesParams)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
171 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 184 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 184 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.484
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
369 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 119
AND pac.`id_product_attribute` = 11387
AND agl.`id_lang` = 3 |
0.481
ms
|
2 |
|
|
/classes/Product.php:7467
/classes/Product.php:5788 (getAttributesParams)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
173 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 10759
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 184 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 10759
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 184 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.476
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
231 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pswc_product` p
INNER JOIN `pswc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pswc_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` = 189) |
0.476
ms
|
12 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
301 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 6274
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 196 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 6274
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 196 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.475
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
305 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 196
AND pac.`id_product_attribute` = 6274
AND agl.`id_lang` = 3 |
0.473
ms
|
3 |
|
|
/classes/Product.php:7467
/classes/Product.php:5788 (getAttributesParams)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
411 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 324 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 324 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.471
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
108 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 7699
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 96 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 7699
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 96 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.465
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
349 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 40461
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 391 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 40461
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 391 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.465
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
89 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 94 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 94 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.464
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
225 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 188
AND pac.`id_product_attribute` = 10147
AND agl.`id_lang` = 3 |
0.463
ms
|
3 |
|
|
/classes/Product.php:7467
/classes/Product.php:5788 (getAttributesParams)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
704 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40585) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.453
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
379 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 95 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 95 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.452
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 105 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 105 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.450
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
315 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 198 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 198 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.449
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
629 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40509) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.447
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
253 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 10129
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 190 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 10129
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 190 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.445
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
159 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pswc_feature_product pf
LEFT JOIN pswc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN pswc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 152
ORDER BY f.position ASC |
0.441
ms
|
3 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
397 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 26531
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 322 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 26531
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 322 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.439
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
273 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 194
AND pac.`id_product_attribute` = 7070
AND agl.`id_lang` = 3 |
0.436
ms
|
3 |
|
|
/classes/Product.php:7467
/classes/Product.php:5788 (getAttributesParams)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
104 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 96 AND `id_group` = 1 LIMIT 1 |
0.436
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
269 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 7070
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 194 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 7070
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 194 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.436
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
191 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pswc_feature_product pf
LEFT JOIN pswc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN pswc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 185
ORDER BY f.position ASC |
0.431
ms
|
3 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
299 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 196 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 196 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.429
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
347 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 391 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 391 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.428
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
331 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 323 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 323 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.426
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
732 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40613) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.425
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
106 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 96 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 96 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.423
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
93 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pswc_feature_product pf
LEFT JOIN pswc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN pswc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 94
ORDER BY f.position ASC |
0.421
ms
|
3 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
395 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 322 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 322 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.421
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
239 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pswc_feature_product pf
LEFT JOIN pswc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN pswc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 189
ORDER BY f.position ASC |
0.420
ms
|
3 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
285 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 9751
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 195 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 9751
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 195 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.420
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
570 |
SELECT SQL_NO_CACHE *
FROM `pswc_af_googlereviews` gr
WHERE (gr.active = 1 AND gr.rating >= 4) AND (gr.text != "")
ORDER BY gr.position DESC
LIMIT 20 |
0.419
ms
|
31 |
Yes
|
|
/modules/afgooglereviews/classes/GoogleReviews.php:88
/modules/afgooglereviews/afgooglereviews.php:985 (getGoogleReviews)
/modules/afgooglereviews/afgooglereviews.php:924 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/modules/creativeelements/includes/widgets/module.php:214 (coreRenderWidget)
/modules/creativeelements/includes/widgets/module.php:232 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
466 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) INNER JOIN pswc_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 3) WHERE ag.id_attribute_group = 27 ORDER BY agl.`name` ASC, a.`position` ASC |
0.419
ms
|
7 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
353 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 391
AND pac.`id_product_attribute` = 40461
AND agl.`id_lang` = 3 |
0.417
ms
|
4 |
|
|
/classes/Product.php:7467
/classes/Product.php:5788 (getAttributesParams)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
401 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 322
AND pac.`id_product_attribute` = 26531
AND agl.`id_lang` = 3 |
0.417
ms
|
2 |
|
|
/classes/Product.php:7467
/classes/Product.php:5788 (getAttributesParams)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
142 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pswc_product` p LEFT JOIN `pswc_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pswc_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` = 105 AND pa.`id_product` = 105 AND pa.`id_product_attribute` = 7663 LIMIT 1 |
0.416
ms
|
1 |
|
|
/classes/Product.php:1203
/classes/Product.php:5756 (getAvailableDate)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
811 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40692) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.414
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
900 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `pswc_product_attribute_combination` pac
LEFT JOIN `pswc_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pswc_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pswc_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 3
)
WHERE pac.`id_product_attribute` = 40573
ORDER BY ag.`position` ASC, a.`position` ASC |
0.413
ms
|
4 |
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:993 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:369 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
115 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 97
AND image_shop.`cover` = 1 LIMIT 1 |
0.409
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
124 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 7681
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 97 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 7681
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 97 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.406
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
337 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 323
AND pac.`id_product_attribute` = 26552
AND agl.`id_lang` = 3 |
0.403
ms
|
2 |
|
|
/classes/Product.php:7467
/classes/Product.php:5788 (getAttributesParams)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
363 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 119 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 119 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.398
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
515 |
SELECT SQL_NO_CACHE atmcw.*, atmcwl.*
FROM `pswc_pm_advancedtopmenu_columns_wrap` atmcw
LEFT JOIN `pswc_pm_advancedtopmenu_columns_wrap_lang` atmcwl ON (atmcw.`id_wrap` = atmcwl.`id_wrap` AND atmcwl.`id_lang` = 3)
WHERE atmcw.`active` = 1 AND (atmcw.`active_desktop` = 1 || atmcw.`active_mobile` = 1) AND atmcw.`id_menu` = 1
ORDER BY atmcw.`position` |
0.398
ms
|
3 |
Yes
|
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php:135
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php:142 (getMenuColumnsWrap)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4930 (getMenusColumnsWrap)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
188 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 185) AND (id_product_attribute = 24297) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.396
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
254 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pswc_product` p LEFT JOIN `pswc_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pswc_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` = 190 AND pa.`id_product` = 190 AND pa.`id_product_attribute` = 10129 LIMIT 1 |
0.395
ms
|
1 |
|
|
/classes/Product.php:1203
/classes/Product.php:5756 (getAvailableDate)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
255 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pswc_feature_product pf
LEFT JOIN pswc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN pswc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 190
ORDER BY f.position ASC |
0.393
ms
|
3 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
150 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pswc_product_attribute` pa
INNER JOIN pswc_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` = 11065 LIMIT 1 |
0.390
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5624 (getPrice)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
263 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pswc_product` p
INNER JOIN `pswc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pswc_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` = 194) |
0.390
ms
|
48 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
385 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 95
AND pac.`id_product_attribute` = 7717
AND agl.`id_lang` = 3 |
0.390
ms
|
2 |
|
|
/classes/Product.php:7467
/classes/Product.php:5788 (getAttributesParams)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
478 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 391 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 391 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.390
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
318 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pswc_product` p LEFT JOIN `pswc_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pswc_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` = 198 AND pa.`id_product` = 198 AND pa.`id_product_attribute` = 6638 LIMIT 1 |
0.388
ms
|
1 |
|
|
/classes/Product.php:1203
/classes/Product.php:5756 (getAvailableDate)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
658 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40538) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.388
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
91 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 7735
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 94 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 7735
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 94 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.387
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
321 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 198
AND pac.`id_product_attribute` = 6638
AND agl.`id_lang` = 3 |
0.386
ms
|
3 |
|
|
/classes/Product.php:7467
/classes/Product.php:5788 (getAttributesParams)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
413 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 26573
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 324 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 26573
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 324 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.386
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
126 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pswc_feature_product pf
LEFT JOIN pswc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN pswc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 97
ORDER BY f.position ASC |
0.384
ms
|
3 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
483 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 391
AND pac.`id_product_attribute` = 40573
AND agl.`id_lang` = 3 |
0.383
ms
|
4 |
|
|
/classes/Product.php:7467
/classes/Product.php:5788 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
271 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pswc_feature_product pf
LEFT JOIN pswc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN pswc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 194
ORDER BY f.position ASC |
0.383
ms
|
3 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
417 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 324
AND pac.`id_product_attribute` = 26573
AND agl.`id_lang` = 3 |
0.383
ms
|
2 |
|
|
/classes/Product.php:7467
/classes/Product.php:5788 (getAttributesParams)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
279 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pswc_product` p
INNER JOIN `pswc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pswc_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` = 195) |
0.381
ms
|
32 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
415 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pswc_feature_product pf
LEFT JOIN pswc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN pswc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 324
ORDER BY f.position ASC |
0.380
ms
|
3 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
381 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 7717
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 95 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 7717
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 95 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.379
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
335 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pswc_feature_product pf
LEFT JOIN pswc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN pswc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 323
ORDER BY f.position ASC |
0.378
ms
|
3 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
177 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 184
AND pac.`id_product_attribute` = 10759
AND agl.`id_lang` = 3 |
0.376
ms
|
3 |
|
|
/classes/Product.php:7467
/classes/Product.php:5788 (getAttributesParams)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
95 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 94
AND pac.`id_product_attribute` = 7735
AND agl.`id_lang` = 3 |
0.375
ms
|
2 |
|
|
/classes/Product.php:7467
/classes/Product.php:5788 (getAttributesParams)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
112 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 96
AND pac.`id_product_attribute` = 7699
AND agl.`id_lang` = 3 |
0.369
ms
|
2 |
|
|
/classes/Product.php:7467
/classes/Product.php:5788 (getAttributesParams)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
882 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40763) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.368
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
203 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 186 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 186 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.366
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
44 |
SELECT SQL_NO_CACHE id_shop
FROM `pswc_currency_shop`
WHERE `id_currency` = 2
AND id_shop = 1 LIMIT 1 |
0.364
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/classes/Tools.php:691 (isAssociatedToShop)
/classes/controller/FrontController.php:360 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
303 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pswc_feature_product pf
LEFT JOIN pswc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN pswc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 196
ORDER BY f.position ASC |
0.363
ms
|
3 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
295 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pswc_product` p
INNER JOIN `pswc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pswc_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` = 196) |
0.361
ms
|
48 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
564 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 1170301 AND name = '_elementor_css' LIMIT 1 |
0.359
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:213 (loadMeta)
/modules/creativeelements/core/files/base.php:128 (getMeta)
/modules/creativeelements/core/files/css/base.php:212 (getUrl)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
118 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pswc_product` p
INNER JOIN `pswc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pswc_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` = 97) |
0.357
ms
|
12 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
82 |
SELECT SQL_NO_CACHE tr.*
FROM `pswc_tax_rule` tr
JOIN `pswc_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 3
AND tr.`id_tax_rules_group` = 58
AND tr.`id_state` IN (0, 0)
AND ('1050' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '1050')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.356
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3916 (getTaxCalculator)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
96 |
SELECT SQL_NO_CACHE tr.*
FROM `pswc_tax_rule` tr
JOIN `pswc_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 3
AND tr.`id_tax_rules_group` = 58
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.356
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5905 (getTaxCalculator)
/classes/Product.php:5795 (getTaxesInformations)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
238 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pswc_product` p LEFT JOIN `pswc_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pswc_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` = 189 AND pa.`id_product` = 189 AND pa.`id_product_attribute` = 7231 LIMIT 1 |
0.355
ms
|
1 |
|
|
/classes/Product.php:1203
/classes/Product.php:5756 (getAvailableDate)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
117 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pswc_product_attribute` pa
INNER JOIN pswc_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` = 7681 LIMIT 1 |
0.353
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5624 (getPrice)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
427 |
SELECT SQL_NO_CACHE `image_type`
FROM `pswc_pm_advancedtopmenu_columns_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 3 |
0.353
ms
|
58 |
|
|
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5599
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5584 (lookForIconInTable)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5573 (lookForIcon)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4764 (hasAtLeastOneMiIcon)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
424 |
SELECT SQL_NO_CACHE c.id_category, cl.name, cl.link_rewrite FROM pswc_category c LEFT JOIN pswc_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) LEFT JOIN pswc_category_lang cl ON (cl.id_category = c.id_category AND cl.id_shop = 1 )WHERE c.nleft <= 131 AND c.nright >= 132 AND c.nleft >= 2 AND c.nright <= 253 AND cl.id_lang = 3 AND c.level_depth > 1 ORDER BY c.level_depth ASC |
0.352
ms
|
127 |
Yes
|
|
/modules/facebookproductad/lib/moduleTools.php:526
/modules/facebookproductad/lib/moduleTools.php:483 (getPath)
/modules/facebookproductad/lib/pixel/pixelCategory.php:127 (getProductPath)
/modules/facebookproductad/lib/pixel/basePixel.php:189 (setContentCategory)
/modules/facebookproductad/lib/moduleTools.php:1564 (set)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
721 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40602) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.351
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
391 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pswc_product` p
INNER JOIN `pswc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pswc_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` = 322) |
0.350
ms
|
21 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
135 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pswc_product` p
INNER JOIN `pswc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pswc_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` = 105) |
0.349
ms
|
12 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
351 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pswc_feature_product pf
LEFT JOIN pswc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN pswc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 391
ORDER BY f.position ASC |
0.343
ms
|
3 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
399 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pswc_feature_product pf
LEFT JOIN pswc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN pswc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 322
ORDER BY f.position ASC |
0.339
ms
|
3 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
841 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40722) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.338
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
572 |
SELECT SQL_NO_CACHE *
FROM `pswc_af_googlereviews` gr
WHERE (gr.active = 1 AND gr.rating >= 4) AND (gr.text != "")
ORDER BY gr.position DESC
LIMIT 20 |
0.337
ms
|
31 |
Yes
|
|
/modules/afgooglereviews/classes/GoogleReviews.php:88
/modules/afgooglereviews/afgooglereviews.php:985 (getGoogleReviews)
/modules/afgooglereviews/afgooglereviews.php:926 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/modules/creativeelements/includes/widgets/module.php:214 (coreRenderWidget)
/modules/creativeelements/includes/widgets/module.php:232 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
175 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pswc_feature_product pf
LEFT JOIN pswc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN pswc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 184
ORDER BY f.position ASC |
0.337
ms
|
3 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
105 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.333
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
573 |
SELECT SQL_NO_CACHE *
FROM `pswc_af_googlereviews` gr
WHERE (gr.active = 1 AND gr.rating >= 4) AND (gr.text != "")
ORDER BY gr.position DESC
LIMIT 20 |
0.331
ms
|
31 |
Yes
|
|
/modules/afgooglereviews/classes/GoogleReviews.php:88
/modules/afgooglereviews/afgooglereviews.php:994 (getGoogleReviews)
/modules/afgooglereviews/afgooglereviews.php:926 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/modules/creativeelements/includes/widgets/module.php:214 (coreRenderWidget)
/modules/creativeelements/includes/widgets/module.php:232 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
571 |
SELECT SQL_NO_CACHE *
FROM `pswc_af_googlereviews` gr
WHERE (gr.active = 1 AND gr.rating >= 4) AND (gr.text != "")
ORDER BY gr.position DESC
LIMIT 20 |
0.330
ms
|
31 |
Yes
|
|
/modules/afgooglereviews/classes/GoogleReviews.php:88
/modules/afgooglereviews/afgooglereviews.php:994 (getGoogleReviews)
/modules/afgooglereviews/afgooglereviews.php:924 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/modules/creativeelements/includes/widgets/module.php:214 (coreRenderWidget)
/modules/creativeelements/includes/widgets/module.php:232 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
247 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pswc_product` p
INNER JOIN `pswc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pswc_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` = 190) |
0.329
ms
|
12 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
68 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a0
LEFT JOIN `pswc_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 131) AND (a0.`nright` > 132) AND (a1.`id_lang` = 3) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.328
ms
|
127 |
Yes
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/listing/CategoryController.php:239 (rewind)
/classes/controller/FrontController.php:1819 (getBreadcrumbLinks)
/classes/controller/FrontController.php:512 (getBreadcrumb)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
129 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute` a
LEFT JOIN `pswc_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 7681) LIMIT 1 |
0.326
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
480 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 40573
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 391 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 40573
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 391 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.325
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5752 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
288 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 195
AND `required` = 1 AND `is_deleted` = 0 |
0.321
ms
|
3 |
|
|
/classes/Product.php:6555
/classes/Product.php:5782 (getRequiredCustomizableFieldsStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
518 |
SELECT SQL_NO_CACHE atmcw.*, atmcwl.*
FROM `pswc_pm_advancedtopmenu_columns_wrap` atmcw
LEFT JOIN `pswc_pm_advancedtopmenu_columns_wrap_lang` atmcwl ON (atmcw.`id_wrap` = atmcwl.`id_wrap` AND atmcwl.`id_lang` = 3)
WHERE atmcw.`active` = 1 AND (atmcw.`active_desktop` = 1 || atmcw.`active_mobile` = 1) AND atmcw.`id_menu` = 5
ORDER BY atmcw.`position` |
0.319
ms
|
3 |
Yes
|
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php:135
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php:142 (getMenuColumnsWrap)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4930 (getMenusColumnsWrap)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
404 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 324
AND image_shop.`cover` = 1 LIMIT 1 |
0.318
ms
|
4 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
568 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module` WHERE `name` = "afgooglereviews" LIMIT 1 |
0.314
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/modules/creativeelements/includes/widgets/module.php:214 (coreRenderWidget)
/modules/creativeelements/includes/widgets/module.php:232 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
407 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pswc_product` p
INNER JOIN `pswc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pswc_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` = 324) |
0.313
ms
|
21 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
61 |
SELECT SQL_NO_CACHE state FROM pswc_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.307
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/classes/controller/FrontController.php:1570 (__construct)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
327 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pswc_product` p
INNER JOIN `pswc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pswc_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` = 323) |
0.307
ms
|
21 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
520 |
SELECT SQL_NO_CACHE atmcw.*, atmcwl.*
FROM `pswc_pm_advancedtopmenu_columns_wrap` atmcw
LEFT JOIN `pswc_pm_advancedtopmenu_columns_wrap_lang` atmcwl ON (atmcw.`id_wrap` = atmcwl.`id_wrap` AND atmcwl.`id_lang` = 3)
WHERE atmcw.`active` = 1 AND (atmcw.`active_desktop` = 1 || atmcw.`active_mobile` = 1) AND atmcw.`id_menu` = 7
ORDER BY atmcw.`position` |
0.307
ms
|
3 |
Yes
|
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php:135
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php:142 (getMenuColumnsWrap)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4930 (getMenusColumnsWrap)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
207 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pswc_feature_product pf
LEFT JOIN pswc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN pswc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 186
ORDER BY f.position ASC |
0.304
ms
|
3 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
282 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 195) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.303
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
56 |
SELECT SQL_NO_CACHE 1 FROM `pswc_cart_rule` WHERE ((date_to >= "2025-07-14 00:00:00" AND date_to <= "2025-07-14 23:59:59") OR (date_from >= "2025-07-14 00:00:00" AND date_from <= "2025-07-14 23:59:59") OR (date_from < "2025-07-14 00:00:00" AND date_to > "2025-07-14 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.302
ms
|
1 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:564 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
119 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 97 AND id_shop=1 LIMIT 1 |
0.302
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
359 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pswc_product` p
INNER JOIN `pswc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pswc_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` = 119) |
0.301
ms
|
12 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
375 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pswc_product` p
INNER JOIN `pswc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pswc_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` = 95) |
0.300
ms
|
12 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
102 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pswc_product` p
INNER JOIN `pswc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pswc_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` = 96) |
0.298
ms
|
12 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
488 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pswc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 391
ORDER BY `position` |
0.298
ms
|
7 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:696 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
860 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40741) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.296
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
183 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pswc_product` p
INNER JOIN `pswc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pswc_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` = 185) |
0.293
ms
|
14 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
589 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40469) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.293
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
517 |
SELECT SQL_NO_CACHE atmcw.*, atmcwl.*
FROM `pswc_pm_advancedtopmenu_columns_wrap` atmcw
LEFT JOIN `pswc_pm_advancedtopmenu_columns_wrap_lang` atmcwl ON (atmcw.`id_wrap` = atmcwl.`id_wrap` AND atmcwl.`id_lang` = 3)
WHERE atmcw.`active` = 1 AND (atmcw.`active_desktop` = 1 || atmcw.`active_mobile` = 1) AND atmcw.`id_menu` = 4
ORDER BY atmcw.`position` |
0.288
ms
|
3 |
Yes
|
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php:135
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php:142 (getMenuColumnsWrap)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4930 (getMenusColumnsWrap)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
414 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pswc_product` p LEFT JOIN `pswc_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pswc_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` = 324 AND pa.`id_product` = 324 AND pa.`id_product_attribute` = 26573 LIMIT 1 |
0.286
ms
|
1 |
|
|
/classes/Product.php:1203
/classes/Product.php:5756 (getAvailableDate)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
516 |
SELECT SQL_NO_CACHE atmcw.*, atmcwl.*
FROM `pswc_pm_advancedtopmenu_columns_wrap` atmcw
LEFT JOIN `pswc_pm_advancedtopmenu_columns_wrap_lang` atmcwl ON (atmcw.`id_wrap` = atmcwl.`id_wrap` AND atmcwl.`id_lang` = 3)
WHERE atmcw.`active` = 1 AND (atmcw.`active_desktop` = 1 || atmcw.`active_mobile` = 1) AND atmcw.`id_menu` = 3
ORDER BY atmcw.`position` |
0.284
ms
|
3 |
Yes
|
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php:135
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php:142 (getMenuColumnsWrap)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4930 (getMenusColumnsWrap)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
906 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 192010000 AND name = '_wp_page_template' LIMIT 1 |
0.281
ms
|
4 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/document-types/page-base.php:218 (CE\get_post_meta)
/modules/creativeelements/core/kits/documents/kit.php:23 (__construct)
/modules/creativeelements/core/documents-manager.php:224 (__construct)
/modules/creativeelements/core/kits/manager.php:51 (get)
/modules/creativeelements/core/kits/manager.php:128 (getActiveKit)
/modules/creativeelements/core/kits/manager.php:106 (getKitForFrontend)
/modules/creativeelements/classes/wrappers/Helper.php:222 (frontendBeforeEnqueueStyles)
/modules/creativeelements/includes/frontend.php:556 (CE\do_action)
/modules/creativeelements/includes/frontend.php:582 (enqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:156 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:129 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
504 |
SELECT SQL_NO_CACHE *
FROM `pswc_ce_theme` a
LEFT JOIN `pswc_ce_theme_lang` `b` ON a.`id_ce_theme` = b.`id_ce_theme` AND b.`id_lang` = 3
LEFT JOIN `pswc_ce_theme_shop` `c` ON a.`id_ce_theme` = c.`id_ce_theme` AND c.`id_shop` = 1
WHERE (a.`id_ce_theme` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:101 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:146 (getInstance)
/modules/creativeelements/core/documents-manager.php:195 (CE\get_post)
/modules/creativeelements/core/documents-manager.php:269 (get)
/modules/creativeelements/includes/frontend.php:842 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
180 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 185
AND image_shop.`cover` = 1 LIMIT 1 |
0.275
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
308 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 198
AND image_shop.`cover` = 1 LIMIT 1 |
0.274
ms
|
20 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
132 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pswc_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1
AND cl.`id_category` = 175 LIMIT 1 |
0.271
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5617 (getLinkRewrite)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
566 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 1170301 AND name = '_elementor_version' LIMIT 1 |
0.271
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:933 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:229 (getMainMeta)
/modules/creativeelements/modules/theme/documents/theme-document.php:89 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
784 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40665) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.269
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
428 |
SELECT SQL_NO_CACHE `image_type`
FROM `pswc_pm_advancedtopmenu_elements_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 3 |
0.268
ms
|
249 |
|
|
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5599
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5587 (lookForIconInTable)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5573 (lookForIcon)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4764 (hasAtLeastOneMiIcon)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
430 |
SELECT SQL_NO_CACHE `image_type`
FROM `pswc_pm_advancedtopmenu_columns_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 3 |
0.268
ms
|
58 |
|
|
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5599
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5584 (lookForIconInTable)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5577 (lookForIcon)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4767 (hasAtLeastOneFaIcon)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
164 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 184
AND image_shop.`cover` = 1 LIMIT 1 |
0.267
ms
|
21 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
194 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute` a
LEFT JOIN `pswc_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 24297) LIMIT 1 |
0.266
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
302 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pswc_product` p LEFT JOIN `pswc_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pswc_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` = 196 AND pa.`id_product` = 196 AND pa.`id_product_attribute` = 6274 LIMIT 1 |
0.266
ms
|
1 |
|
|
/classes/Product.php:1203
/classes/Product.php:5756 (getAvailableDate)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
358 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pswc_product_attribute` pa
INNER JOIN pswc_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` = 11387 LIMIT 1 |
0.265
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5624 (getPrice)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
322 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute` a
LEFT JOIN `pswc_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 6638) LIMIT 1 |
0.265
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
502 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.264
ms
|
0 |
|
|
/classes/module/Module.php:2106
/modules/creativeelements/includes/widgets/contact-form.php:1374 (isEnabled)
/modules/creativeelements/includes/widgets/contact-form.php:1359 (initGDPR)
/modules/creativeelements/includes/managers/widgets.php:119 (__construct)
/modules/creativeelements/includes/managers/widgets.php:212 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1073 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:896 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:342 (getChildType)
/modules/creativeelements/includes/base/element-base.php:941 (addChild)
/modules/creativeelements/includes/base/element-base.php:301 (initChildren)
/modules/creativeelements/includes/base/element-base.php:848 (getChildren)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:563 (CE\apply_filters)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
340 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 391
AND image_shop.`cover` = 1 LIMIT 1 |
0.263
ms
|
7 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
509 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 2170301 AND name = '_elementor_data' LIMIT 1 |
0.260
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:604 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:664 (getJsonMeta)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:66 (getElementsData)
/modules/creativeelements/core/files/css/post.php:187 (getData)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
388 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 322
AND image_shop.`cover` = 1 LIMIT 1 |
0.258
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
276 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 195
AND image_shop.`cover` = 1 LIMIT 1 |
0.257
ms
|
7 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
286 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pswc_product` p LEFT JOIN `pswc_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pswc_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` = 195 AND pa.`id_product` = 195 AND pa.`id_product_attribute` = 9751 LIMIT 1 |
0.257
ms
|
1 |
|
|
/classes/Product.php:1203
/classes/Product.php:5756 (getAvailableDate)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
131 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 105
AND image_shop.`cover` = 1 LIMIT 1 |
0.257
ms
|
6 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
628 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40508) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.255
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
162 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute` a
LEFT JOIN `pswc_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 11065) LIMIT 1 |
0.254
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
244 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 190
AND image_shop.`cover` = 1 LIMIT 1 |
0.253
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
270 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pswc_product` p LEFT JOIN `pswc_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pswc_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` = 194 AND pa.`id_product` = 194 AND pa.`id_product_attribute` = 7070 LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/Product.php:1203
/classes/Product.php:5756 (getAvailableDate)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
290 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute` a
LEFT JOIN `pswc_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 9751) LIMIT 1 |
0.252
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
497 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 232040301 AND name = '_elementor_version' LIMIT 1 |
0.252
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:933 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:229 (getMainMeta)
/modules/creativeelements/core/base/document.php:740 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:563 (CE\apply_filters)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
859 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40740) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
706 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40587) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.251
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
97 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute` a
LEFT JOIN `pswc_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 7735) LIMIT 1 |
0.250
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
186 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 185) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.250
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
372 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 95
AND image_shop.`cover` = 1 LIMIT 1 |
0.250
ms
|
4 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
324 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 323
AND image_shop.`cover` = 1 LIMIT 1 |
0.248
ms
|
4 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
125 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pswc_product` p LEFT JOIN `pswc_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pswc_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` = 97 AND pa.`id_product` = 97 AND pa.`id_product_attribute` = 7681 LIMIT 1 |
0.248
ms
|
1 |
|
|
/classes/Product.php:1203
/classes/Product.php:5756 (getAvailableDate)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
370 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute` a
LEFT JOIN `pswc_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 11387) LIMIT 1 |
0.248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
60 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 232) AND (b.`id_shop` = 1) LIMIT 1 |
0.247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/classes/Link.php:1214 (getCategoryLink)
/classes/controller/FrontController.php:2123 (getLanguageLink)
/classes/controller/FrontController.php:1564 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
350 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pswc_product` p LEFT JOIN `pswc_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pswc_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` = 391 AND pa.`id_product` = 391 AND pa.`id_product_attribute` = 40461 LIMIT 1 |
0.247
ms
|
1 |
|
|
/classes/Product.php:1203
/classes/Product.php:5756 (getAvailableDate)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
210 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute` a
LEFT JOIN `pswc_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 10453) LIMIT 1 |
0.246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
258 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute` a
LEFT JOIN `pswc_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 10129) LIMIT 1 |
0.244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
260 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 194
AND image_shop.`cover` = 1 LIMIT 1 |
0.244
ms
|
9 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
65 |
SELECT SQL_NO_CACHE *
FROM `pswc_country` a
LEFT JOIN `pswc_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 3) LIMIT 1 |
0.243
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
242 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute` a
LEFT JOIN `pswc_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 7231) LIMIT 1 |
0.243
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
697 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40578) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.241
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
292 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 196
AND image_shop.`cover` = 1 LIMIT 1 |
0.240
ms
|
9 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
491 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 232040301 AND name = '_elementor_edit_mode' LIMIT 1 |
0.240
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/includes/db.php:306 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:838 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:563 (CE\apply_filters)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
398 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pswc_product` p LEFT JOIN `pswc_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pswc_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` = 322 AND pa.`id_product` = 322 AND pa.`id_product_attribute` = 26531 LIMIT 1 |
0.239
ms
|
1 |
|
|
/classes/Product.php:1203
/classes/Product.php:5756 (getAvailableDate)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
113 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute` a
LEFT JOIN `pswc_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 7699) LIMIT 1 |
0.239
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
356 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 119
AND image_shop.`cover` = 1 LIMIT 1 |
0.238
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
750 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40631) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.238
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
274 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute` a
LEFT JOIN `pswc_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 7070) LIMIT 1 |
0.237
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
431 |
SELECT SQL_NO_CACHE `image_type`
FROM `pswc_pm_advancedtopmenu_elements_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 3 |
0.236
ms
|
249 |
|
|
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5599
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5587 (lookForIconInTable)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5577 (lookForIcon)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4767 (hasAtLeastOneFaIcon)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
703 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40584) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.236
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
174 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pswc_product` p LEFT JOIN `pswc_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pswc_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` = 184 AND pa.`id_product` = 184 AND pa.`id_product_attribute` = 10759 LIMIT 1 |
0.234
ms
|
1 |
|
|
/classes/Product.php:1203
/classes/Product.php:5756 (getAvailableDate)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
338 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute` a
LEFT JOIN `pswc_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 26552) LIMIT 1 |
0.233
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
382 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pswc_product` p LEFT JOIN `pswc_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pswc_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` = 95 AND pa.`id_product` = 95 AND pa.`id_product_attribute` = 7717 LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/Product.php:1203
/classes/Product.php:5756 (getAvailableDate)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
40 |
SELECT SQL_NO_CACHE `id_lang` FROM `pswc_lang`
WHERE `locale` = 'nl-nl'
OR `language_code` = 'nl-nl' LIMIT 1 |
0.232
ms
|
3 |
|
|
/classes/Language.php:852
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
206 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pswc_product` p LEFT JOIN `pswc_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pswc_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` = 186 AND pa.`id_product` = 186 AND pa.`id_product_attribute` = 10453 LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/Product.php:1203
/classes/Product.php:5756 (getAvailableDate)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
226 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute` a
LEFT JOIN `pswc_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 10147) LIMIT 1 |
0.231
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
366 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pswc_product` p LEFT JOIN `pswc_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pswc_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` = 119 AND pa.`id_product` = 119 AND pa.`id_product_attribute` = 11387 LIMIT 1 |
0.231
ms
|
1 |
|
|
/classes/Product.php:1203
/classes/Product.php:5756 (getAvailableDate)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
222 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pswc_product` p LEFT JOIN `pswc_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pswc_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` = 188 AND pa.`id_product` = 188 AND pa.`id_product_attribute` = 10147 LIMIT 1 |
0.231
ms
|
1 |
|
|
/classes/Product.php:1203
/classes/Product.php:5756 (getAvailableDate)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
494 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 232040301 AND name = '_elementor_data' LIMIT 1 |
0.228
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:604 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:664 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:847 (getElementsData)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:563 (CE\apply_filters)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
99 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 96
AND image_shop.`cover` = 1 LIMIT 1 |
0.227
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
147 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 7663 |
0.227
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
230 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pswc_product_attribute` pa
INNER JOIN pswc_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` = 7231 LIMIT 1 |
0.227
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5624 (getPrice)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
342 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pswc_product_attribute` pa
INNER JOIN pswc_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` = 40461 LIMIT 1 |
0.226
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5624 (getPrice)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
66 |
SELECT SQL_NO_CACHE *
FROM `pswc_country_lang`
WHERE `id_country` = 3 |
0.223
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
272 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 194
AND `required` = 1 AND `is_deleted` = 0 |
0.223
ms
|
3 |
|
|
/classes/Product.php:6555
/classes/Product.php:5782 (getRequiredCustomizableFieldsStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
507 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 2170301 AND name = '_elementor_css' LIMIT 1 |
0.223
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:213 (loadMeta)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
212 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188
AND image_shop.`cover` = 1 LIMIT 1 |
0.222
ms
|
22 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
306 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute` a
LEFT JOIN `pswc_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 6274) LIMIT 1 |
0.221
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
753 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40634) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.221
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
181 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 173 LIMIT 1 |
0.220
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
489 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pswc_product_attribute`
WHERE `id_product` = 391 |
0.220
ms
|
308 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:696 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
354 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute` a
LEFT JOIN `pswc_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 40461) LIMIT 1 |
0.220
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
114 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 7699 |
0.219
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
722 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40603) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.219
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
914 |
SELECT SQL_NO_CACHE id_ce_revision FROM pswc_ce_revision WHERE parent = 232040301 AND active = 0 AND id_employee = 0 LIMIT 1 |
0.219
ms
|
8 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:510
/modules/creativeelements/includes/utils.php:198 (CE\wp_get_post_autosave)
/modules/creativeelements/core/base/document.php:861 (getPostAutosave)
/modules/creativeelements/core/documents-manager.php:246 (getAutosaveId)
/modules/creativeelements/core/settings/page/model.php:173 (getDocOrAutoSave)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/includes/base/controls-stack.php:991 (getSettings)
/modules/creativeelements/includes/base/controls-stack.php:1076 (getParsedDynamicSettings)
/modules/creativeelements/includes/base/controls-stack.php:1158 (getSettingsForDisplay)
/modules/creativeelements/core/settings/manager.php:173 (getFrontendSettings)
/modules/creativeelements/includes/frontend.php:1030 (getSettingsFrontendConfig)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/base/app.php:39 (getSettings)
/modules/creativeelements/includes/frontend.php:503 (printConfig)
/modules/creativeelements/includes/frontend.php:583 (enqueueScripts)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:156 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:129 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
94 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 94
AND `required` = 1 AND `is_deleted` = 0 |
0.218
ms
|
3 |
|
|
/classes/Product.php:6555
/classes/Product.php:5782 (getRequiredCustomizableFieldsStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
418 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute` a
LEFT JOIN `pswc_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 26573) LIMIT 1 |
0.216
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
275 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 7070 |
0.215
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
386 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute` a
LEFT JOIN `pswc_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 7717) LIMIT 1 |
0.215
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
144 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 105
AND `required` = 1 AND `is_deleted` = 0 |
0.214
ms
|
3 |
|
|
/classes/Product.php:6555
/classes/Product.php:5782 (getRequiredCustomizableFieldsStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
812 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40693) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
196 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 186
AND image_shop.`cover` = 1 LIMIT 1 |
0.213
ms
|
20 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
330 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 323) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.213
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
708 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40589) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.213
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
403 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 26531 |
0.212
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
252 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 190) AND (id_product_attribute = 10129) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.212
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
138 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 105) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.210
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
170 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 184) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.210
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
723 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40604) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.210
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
127 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 97
AND `required` = 1 AND `is_deleted` = 0 |
0.209
ms
|
3 |
|
|
/classes/Product.php:6555
/classes/Product.php:5782 (getRequiredCustomizableFieldsStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
682 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40562) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.209
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
240 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 189
AND `required` = 1 AND `is_deleted` = 0 |
0.209
ms
|
3 |
|
|
/classes/Product.php:6555
/classes/Product.php:5782 (getRequiredCustomizableFieldsStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
739 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40620) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.209
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
508 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 2170301 AND name = '_elementor_css' LIMIT 1 |
0.208
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:213 (loadMeta)
/modules/creativeelements/core/files/base.php:128 (getMeta)
/modules/creativeelements/core/files/css/base.php:212 (getUrl)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
743 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40624) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.208
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
88 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 94) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.208
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
245 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 175 LIMIT 1 |
0.207
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
178 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute` a
LEFT JOIN `pswc_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 10759) LIMIT 1 |
0.206
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
326 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pswc_product_attribute` pa
INNER JOIN pswc_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` = 26552 LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5624 (getPrice)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
776 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40657) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.204
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
234 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 189) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.203
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
807 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40688) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.203
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
835 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40716) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.202
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
420 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 232) LIMIT 1 |
0.201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/facebookproductad/lib/moduleTools.php:481 (__construct)
/modules/facebookproductad/lib/pixel/pixelCategory.php:127 (getProductPath)
/modules/facebookproductad/lib/pixel/basePixel.php:189 (setContentCategory)
/modules/facebookproductad/lib/moduleTools.php:1564 (set)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
623 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40503) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
870 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40751) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
496 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 232040301 AND name = '_elementor_css' LIMIT 1 |
0.200
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:213 (loadMeta)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:563 (CE\apply_filters)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
250 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 190) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.200
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
232 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 189 AND id_shop=1 LIMIT 1 |
0.199
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
768 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40649) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.199
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
390 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pswc_product_attribute` pa
INNER JOIN pswc_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` = 26531 LIMIT 1 |
0.198
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5624 (getPrice)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
729 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40610) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.198
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
134 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pswc_product_attribute` pa
INNER JOIN pswc_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` = 7663 LIMIT 1 |
0.197
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5624 (getPrice)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
500 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/module/Module.php:2106
/modules/creativeelements/includes/widgets/contact-form.php:1368 (isEnabled)
/modules/creativeelements/includes/widgets/contact-form.php:1359 (initGDPR)
/modules/creativeelements/includes/managers/widgets.php:119 (__construct)
/modules/creativeelements/includes/managers/widgets.php:212 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1073 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:896 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:342 (getChildType)
/modules/creativeelements/includes/base/element-base.php:941 (addChild)
/modules/creativeelements/includes/base/element-base.php:301 (initChildren)
/modules/creativeelements/includes/base/element-base.php:848 (getChildren)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:563 (CE\apply_filters)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
630 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40510) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.197
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
156 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 152) AND (id_product_attribute = 11065) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
406 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pswc_product_attribute` pa
INNER JOIN pswc_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` = 26573 LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5624 (getPrice)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
761 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40642) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
421 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 232 AND `id_shop` = 1 |
0.194
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/facebookproductad/lib/moduleTools.php:481 (__construct)
/modules/facebookproductad/lib/pixel/pixelCategory.php:127 (getProductPath)
/modules/facebookproductad/lib/pixel/basePixel.php:189 (setContentCategory)
/modules/facebookproductad/lib/moduleTools.php:1564 (set)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
824 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40705) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
510 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/creativeelements/includes/widgets/nav-menu.php:184 (isEnabled)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
130 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 7681 |
0.193
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
236 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 189) AND (id_product_attribute = 7231) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.193
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
320 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 198
AND `required` = 1 AND `is_deleted` = 0 |
0.193
ms
|
3 |
|
|
/classes/Product.php:6555
/classes/Product.php:5782 (getRequiredCustomizableFieldsStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
336 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 323
AND `required` = 1 AND `is_deleted` = 0 |
0.193
ms
|
3 |
|
|
/classes/Product.php:6555
/classes/Product.php:5782 (getRequiredCustomizableFieldsStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
742 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40623) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.193
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
352 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 391
AND `required` = 1 AND `is_deleted` = 0 |
0.192
ms
|
5 |
|
|
/classes/Product.php:6555
/classes/Product.php:5782 (getRequiredCustomizableFieldsStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
62 |
SELECT SQL_NO_CACHE * FROM `pswc_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.190
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:368 (getImagesTypes)
/classes/controller/FrontController.php:1571 (getNoPictureImage)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
9 |
SELECT SQL_NO_CACHE id_shop
FROM `pswc_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1 |
0.189
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
246 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pswc_product_attribute` pa
INNER JOIN pswc_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` = 10129 LIMIT 1 |
0.189
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5624 (getPrice)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
278 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pswc_product_attribute` pa
INNER JOIN pswc_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` = 9751 LIMIT 1 |
0.189
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5624 (getPrice)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
481 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pswc_product` p LEFT JOIN `pswc_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pswc_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` = 391 AND pa.`id_product` = 391 AND pa.`id_product_attribute` = 40573 LIMIT 1 |
0.189
ms
|
1 |
|
|
/classes/Product.php:1203
/classes/Product.php:5756 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
687 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40567) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.189
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
405 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 175 LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
590 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40470) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
304 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 196
AND `required` = 1 AND `is_deleted` = 0 |
0.187
ms
|
3 |
|
|
/classes/Product.php:6555
/classes/Product.php:5782 (getRequiredCustomizableFieldsStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
384 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 95
AND `required` = 1 AND `is_deleted` = 0 |
0.187
ms
|
3 |
|
|
/classes/Product.php:6555
/classes/Product.php:5782 (getRequiredCustomizableFieldsStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
416 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 324
AND `required` = 1 AND `is_deleted` = 0 |
0.187
ms
|
3 |
|
|
/classes/Product.php:6555
/classes/Product.php:5782 (getRequiredCustomizableFieldsStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
42 |
SELECT SQL_NO_CACHE *
FROM `pswc_currency` a
LEFT JOIN `pswc_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.186
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1091 (__construct)
/classes/Tools.php:687 (getCurrencyInstance)
/classes/controller/FrontController.php:360 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
107 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 7699) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
123 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 7681) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
266 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 194) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
410 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 324) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
484 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute` a
LEFT JOIN `pswc_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 40573) LIMIT 1 |
0.185
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
700 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40581) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
492 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 232040301 AND name = '_wp_page_template' LIMIT 1 |
0.184
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/document-types/page-base.php:218 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:224 (__construct)
/modules/creativeelements/core/documents-manager.php:269 (get)
/modules/creativeelements/includes/frontend.php:842 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:563 (CE\apply_filters)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
744 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40625) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.184
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
910 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 192010000 AND name = '_elementor_data' LIMIT 1 |
0.184
ms
|
4 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:604 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:664 (getJsonMeta)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:66 (getElementsData)
/modules/creativeelements/core/files/css/post.php:187 (getData)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/kits/manager.php:114 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (frontendBeforeEnqueueStyles)
/modules/creativeelements/includes/frontend.php:556 (CE\do_action)
/modules/creativeelements/includes/frontend.php:582 (enqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:156 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:129 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
133 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 175 LIMIT 1 |
0.184
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
588 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40468) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
771 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40652) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
400 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 322
AND `required` = 1 AND `is_deleted` = 0 |
0.183
ms
|
3 |
|
|
/classes/Product.php:6555
/classes/Product.php:5782 (getRequiredCustomizableFieldsStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
493 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 232040301 AND name = '_elementor_page_settings' LIMIT 1 |
0.183
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:1054 (CE\get_post_meta)
/modules/creativeelements/core/document-types/page-base.php:227 (__construct)
/modules/creativeelements/core/documents-manager.php:224 (__construct)
/modules/creativeelements/core/documents-manager.php:269 (get)
/modules/creativeelements/includes/frontend.php:842 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:563 (CE\apply_filters)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
780 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40661) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
64 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `pswc_country`
WHERE `id_country` = 3 LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/Country.php:402
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
111 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 96
AND `required` = 1 AND `is_deleted` = 0 |
0.182
ms
|
3 |
|
|
/classes/Product.php:6555
/classes/Product.php:5782 (getRequiredCustomizableFieldsStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
243 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 7231 |
0.181
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
298 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 196) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
163 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 11065 |
0.180
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
176 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 184
AND `required` = 1 AND `is_deleted` = 0 |
0.180
ms
|
3 |
|
|
/classes/Product.php:6555
/classes/Product.php:5782 (getRequiredCustomizableFieldsStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
294 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pswc_product_attribute` pa
INNER JOIN pswc_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` = 6274 LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5624 (getPrice)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
284 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 195) AND (id_product_attribute = 9751) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
429 |
SELECT SQL_NO_CACHE `image_type`
FROM `pswc_pm_advancedtopmenu_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 3 |
0.179
ms
|
18 |
|
|
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5599
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5581 (lookForIconInTable)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5577 (lookForIcon)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4767 (hasAtLeastOneFaIcon)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
880 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40761) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
760 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40641) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
262 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pswc_product_attribute` pa
INNER JOIN pswc_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` = 7070 LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5624 (getPrice)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
378 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 95) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
195 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 24297 |
0.177
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
314 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 198) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
908 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 192010000 AND name = '_elementor_css' LIMIT 1 |
0.177
ms
|
4 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:213 (loadMeta)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/kits/manager.php:114 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (frontendBeforeEnqueueStyles)
/modules/creativeelements/includes/frontend.php:556 (CE\do_action)
/modules/creativeelements/includes/frontend.php:582 (enqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:156 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:129 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
610 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40490) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
642 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40522) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
323 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 6638 |
0.175
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
412 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 324) AND (id_product_attribute = 26573) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
846 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40727) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
224 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 188
AND `required` = 1 AND `is_deleted` = 0 |
0.174
ms
|
3 |
|
|
/classes/Product.php:6555
/classes/Product.php:5782 (getRequiredCustomizableFieldsStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
346 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
394 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 322) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
913 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 232040301 AND name = '_wp_page_template' LIMIT 1 |
0.174
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/settings/page/manager.php:243 (CE\get_post_meta)
/modules/creativeelements/core/settings/base/manager.php:311 (getSavedSettings)
/modules/creativeelements/core/settings/base/manager.php:108 (createModel)
/modules/creativeelements/core/settings/page/manager.php:77 (getModel)
/modules/creativeelements/core/settings/manager.php:170 (getModelForConfig)
/modules/creativeelements/includes/frontend.php:1030 (getSettingsFrontendConfig)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/base/app.php:39 (getSettings)
/modules/creativeelements/includes/frontend.php:503 (printConfig)
/modules/creativeelements/includes/frontend.php:583 (enqueueScripts)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:156 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:129 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
310 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pswc_product_attribute` pa
INNER JOIN pswc_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` = 6638 LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5624 (getPrice)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
911 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 232040301 AND name = '_elementor_edit_mode' LIMIT 1 |
0.173
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/includes/db.php:306 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:214 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:562 (enqueue)
/modules/creativeelements/includes/frontend.php:582 (enqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:156 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:129 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
211 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 10453 |
0.173
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
709 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40590) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
748 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40629) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
774 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40655) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
371 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 11387 |
0.172
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
766 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40647) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
90 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 94) AND (id_product_attribute = 7735) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
711 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40592) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
713 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40594) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
809 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40690) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
291 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 9751 |
0.171
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
777 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40658) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
259 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 10129 |
0.170
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
594 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40474) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
624 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40504) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
762 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40643) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
772 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40653) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
813 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40694) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
907 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 192010000 AND name = '_elementor_page_settings' LIMIT 1 |
0.170
ms
|
4 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:1054 (CE\get_post_meta)
/modules/creativeelements/core/document-types/page-base.php:227 (__construct)
/modules/creativeelements/core/kits/documents/kit.php:23 (__construct)
/modules/creativeelements/core/documents-manager.php:224 (__construct)
/modules/creativeelements/core/kits/manager.php:51 (get)
/modules/creativeelements/core/kits/manager.php:128 (getActiveKit)
/modules/creativeelements/core/kits/manager.php:106 (getKitForFrontend)
/modules/creativeelements/classes/wrappers/Helper.php:222 (frontendBeforeEnqueueStyles)
/modules/creativeelements/includes/frontend.php:556 (CE\do_action)
/modules/creativeelements/includes/frontend.php:582 (enqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:156 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:129 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
100 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 173 LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
214 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pswc_product_attribute` pa
INNER JOIN pswc_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` = 10147 LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5624 (getPrice)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
374 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pswc_product_attribute` pa
INNER JOIN pswc_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` = 7717 LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5624 (getPrice)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
380 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 95) AND (id_product_attribute = 7717) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
718 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40599) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
843 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40724) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
277 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 173 LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
781 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40662) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
332 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 323) AND (id_product_attribute = 26552) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
339 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 26552 |
0.168
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
182 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pswc_product_attribute` pa
INNER JOIN pswc_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` = 24297 LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5624 (getPrice)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
362 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 119) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
827 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40708) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
745 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40626) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
730 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40611) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
790 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40671) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
249 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 190 AND `id_group` = 1 LIMIT 1 |
0.165
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
344 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 391 AND id_shop=1 LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
482 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 391
AND `required` = 1 AND `is_deleted` = 0 |
0.165
ms
|
5 |
|
|
/classes/Product.php:6555
/classes/Product.php:5782 (getRequiredCustomizableFieldsStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
719 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40600) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
724 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40605) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
725 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40606) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
727 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40608) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
751 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40632) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
758 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40639) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
763 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40644) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
773 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40654) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
778 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40659) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
101 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pswc_product_attribute` pa
INNER JOIN pswc_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` = 7699 LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5624 (getPrice)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
355 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 40461 |
0.164
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
663 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40543) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
710 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40591) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
734 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40615) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
202 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 186) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
387 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 7717 |
0.163
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
715 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40596) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
767 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40648) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
733 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40614) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
67 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM pswc_required_field |
0.162
ms
|
1 |
|
|
/classes/ObjectModel.php:1591
/classes/ObjectModel.php:1623 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1554 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:511 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
307 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 6274 |
0.162
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
419 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 26573 |
0.162
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
569 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module_shop` WHERE `id_module` = 150 AND `id_shop` = 1 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/modules/creativeelements/includes/widgets/module.php:214 (coreRenderWidget)
/modules/creativeelements/includes/widgets/module.php:232 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
631 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40511) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
712 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40593) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
43 |
SELECT SQL_NO_CACHE *
FROM `pswc_currency_lang`
WHERE `id_currency` = 2 |
0.161
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1091 (__construct)
/classes/Tools.php:687 (getCurrencyInstance)
/classes/controller/FrontController.php:360 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
261 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 173 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
477 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pswc_product_attribute` pa
INNER JOIN pswc_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` = 40573 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5624 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
757 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40638) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
749 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40630) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
683 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40563) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
714 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40595) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
728 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40609) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
731 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40612) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
746 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40627) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
752 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40633) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
764 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40645) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
909 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 192010000 AND name = '_elementor_css' LIMIT 1 |
0.160
ms
|
4 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:213 (loadMeta)
/modules/creativeelements/core/files/base.php:128 (getMeta)
/modules/creativeelements/core/files/css/base.php:212 (getUrl)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/kits/manager.php:114 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (frontendBeforeEnqueueStyles)
/modules/creativeelements/includes/frontend.php:556 (CE\do_action)
/modules/creativeelements/includes/frontend.php:582 (enqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:156 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:129 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
717 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40598) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
735 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40616) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
754 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40635) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
756 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40637) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
233 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 189 AND `id_group` = 1 LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
740 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40621) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
716 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40597) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
755 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40636) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
737 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40618) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
49 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module_shop` WHERE `id_module` = 113 AND `id_shop` = 1 LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/mollie/src/Handler/ErrorHandler/ErrorHandler.php:101 (isEnabled)
/modules/mollie/src/Handler/ErrorHandler/ErrorHandler.php:138 (__construct)
/modules/mollie/mollie.php:105 (getInstance)
: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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/controller/FrontController.php:477 (exec)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
218 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 188) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
736 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40617) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
738 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40619) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
587 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40467) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
814 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40695) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
98 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 7735 |
0.155
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
179 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 10759 |
0.155
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
668 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40548) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
686 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40566) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
600 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40480) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
293 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 173 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
654 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40534) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
679 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40559) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
216 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 188 AND id_shop=1 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
84 |
SELECT SQL_NO_CACHE *
FROM `pswc_tax_lang`
WHERE `id_tax` = 84 |
0.151
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3916 (getTaxCalculator)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
63 |
SELECT SQL_NO_CACHE format
FROM `pswc_address_format`
WHERE `id_country` = 3 LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/AddressFormat.php:656
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
309 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 173 LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
373 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 173 LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
657 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40537) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
817 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40698) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
876 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40757) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
213 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 175 LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
479 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40573) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5752 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
638 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40518) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
881 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40762) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
120 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 97 AND `id_group` = 1 LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
280 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 195 AND id_shop=1 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
325 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 175 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
341 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 173 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
389 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 175 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
637 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40517) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
685 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40565) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
788 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40669) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
791 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40672) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
296 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 196 AND id_shop=1 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
312 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 198 AND id_shop=1 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
357 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 175 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
787 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40668) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
804 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40685) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
823 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40704) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
83 |
SELECT SQL_NO_CACHE *
FROM `pswc_tax` a
WHERE (a.`id_tax` = 84) LIMIT 1 |
0.147
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3916 (getTaxCalculator)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
684 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40564) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
137 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 105 AND `id_group` = 1 LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
360 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 119 AND id_shop=1 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
789 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40670) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
818 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40699) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
844 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40725) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
861 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40742) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
103 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 96 AND id_shop=1 LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
328 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 323 AND id_shop=1 LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
393 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 322 AND `id_group` = 1 LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
485 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 40573 |
0.145
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
486 |
SELECT SQL_NO_CACHE state FROM pswc_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/classes/ProductPresenterFactory.php:85 (__construct)
/classes/controller/ProductPresentingFrontController.php:40 (getPresenter)
/classes/controller/ProductListingFrontController.php:111 (getProductPresenter)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
591 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40471) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
698 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40579) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
14 |
SELECT SQL_NO_CACHE id_shop
FROM `pswc_lang_shop`
WHERE `id_lang` = 3
AND id_shop = 1 LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/classes/Tools.php:641 (isAssociatedToShop)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
200 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 186 AND id_shop=1 LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
476 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 173 LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
607 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40487) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
627 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40507) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
836 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40717) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
184 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 185 AND id_shop=1 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
680 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40560) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
785 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40666) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
852 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40733) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
874 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40755) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
647 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40527) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
633 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40513) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
655 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40535) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
595 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40475) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
669 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40549) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
831 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40712) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
666 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40546) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
815 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40696) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
422 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `pswc_category` c
WHERE (c.`id_category` = 232) LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/Category.php:1971
/modules/facebookproductad/lib/moduleTools.php:510 (getInterval)
/modules/facebookproductad/lib/moduleTools.php:483 (getPath)
/modules/facebookproductad/lib/pixel/pixelCategory.php:127 (getProductPath)
/modules/facebookproductad/lib/pixel/basePixel.php:189 (setContentCategory)
/modules/facebookproductad/lib/moduleTools.php:1564 (set)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
802 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40683) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
649 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40529) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
837 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40718) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
883 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40764) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
601 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40481) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
828 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40709) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
855 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40736) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
885 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40766) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
611 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40491) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
838 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40719) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
887 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40768) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
599 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40479) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
618 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40498) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
632 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40512) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
796 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40677) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
820 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40701) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
845 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40726) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
875 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40756) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
877 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40758) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
884 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40765) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
699 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40580) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
592 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40472) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
639 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40519) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
674 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40554) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
675 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40555) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
609 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40489) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
612 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40492) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
832 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40713) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
694 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40575) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
648 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40528) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
786 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40667) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
862 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40743) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
863 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40744) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
626 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40506) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
793 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40674) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
794 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40675) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
795 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40676) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
801 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40682) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
819 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40700) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
821 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40702) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
625 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40505) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
640 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40520) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
644 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40524) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
678 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40558) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
689 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40569) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
808 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40689) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
829 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40710) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
593 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40473) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
621 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40501) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
690 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40570) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
670 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40550) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
849 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40730) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
864 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40745) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
871 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40752) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
597 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40477) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
608 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40488) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
634 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40514) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
659 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40539) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
676 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40556) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
833 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40714) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
847 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40728) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
848 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40729) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
850 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40731) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
854 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40735) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
865 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40746) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
377 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 95 AND `id_group` = 1 LIMIT 1 |
0.131
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
598 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40478) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
635 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40515) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
643 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40523) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
664 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40544) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
792 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40673) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
805 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40686) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
806 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40687) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
830 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40711) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
851 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40732) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
853 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40734) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
869 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40750) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
345 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 391 AND `id_group` = 1 LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
619 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40499) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
650 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40530) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
661 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40541) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
691 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40571) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
866 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40747) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
671 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40551) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
672 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40552) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
825 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40706) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
857 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40738) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
867 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40748) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
868 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40749) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
856 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40737) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
872 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40753) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
297 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 196 AND `id_group` = 1 LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
329 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 323 AND `id_group` = 1 LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
615 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40495) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
620 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40500) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
641 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40521) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
645 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40525) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
646 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40526) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
660 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40540) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
662 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40542) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
677 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40557) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
693 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40574) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
797 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40678) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
798 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40679) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
878 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40759) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
361 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 119 AND `id_group` = 1 LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
423 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `pswc_category` c
WHERE (c.`id_category` = 2) LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/Category.php:1971
/modules/facebookproductad/lib/moduleTools.php:511 (getInterval)
/modules/facebookproductad/lib/moduleTools.php:483 (getPath)
/modules/facebookproductad/lib/pixel/pixelCategory.php:127 (getProductPath)
/modules/facebookproductad/lib/pixel/basePixel.php:189 (setContentCategory)
/modules/facebookproductad/lib/moduleTools.php:1564 (set)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
613 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40493) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
614 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40494) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
616 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40496) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
617 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40497) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
692 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40572) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
799 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40680) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
800 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40681) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
217 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 188 AND `id_group` = 1 LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
511 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/creativeelements/includes/widgets/nav-menu.php:184 (isEnabled)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
596 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40476) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
281 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 195 AND `id_group` = 1 LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
185 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 185 AND `id_group` = 1 LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
602 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 391) AND (id_product_attribute = 40482) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
201 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 186 AND `id_group` = 1 LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|